Displaying 1 result from an estimated 1 matches for "slekx".
2012 Sep 26
1
Correct behaviour of block elements without leading line break before paragraph
...question on the
syntax page, but what is the correct behaviour of the following
markdown
random text
heading
==
random text
# heading
random text
+ list 1
(note there is not space before the '+')
The following page treats the headings differently to the start of the
list http://old-wp.slekx.com/the-markdown-tutorial/
That is it does not recognise the the start of the list but does
recogniser the headers.
Thanks