Markdown Plugin: Blockquote does not end after new line
Posted: Sat Feb 24, 2007 8:42 pm
Currently testing the markdown plugin and found the following test:
But the formatting does not quit blockquote mode after blank lines.
The formatting stays in blockquote until it reaches a line with
This is a wrong behavior
Code: Select all
Blockquotes
----------
> Use the > character in front of a line, *just like in email*.
> Use it if you're quoting a person, a song or whatever.
> You can use *italic* or lists inside them also.
And just like with other paragraphs,
all of these lines are still
part of the blockquote, even without the > character in front.
To end the blockquote, just put a blank line before the following paragraph.
The formatting stays in blockquote until it reaches a line with
Code: Select all
# this is a huge header #