Page 1 of 1

Markdown Plugin: Blockquote does not end after new line

Posted: Sat Feb 24, 2007 8:42 pm
by manne
Currently testing the markdown plugin and found the following test:

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.
But the formatting does not quit blockquote mode after blank lines.

The formatting stays in blockquote until it reaches a line with

Code: Select all

# this is a huge header #
This is a wrong behavior

Re: Markdown Plugin: Blockquote does not end after new line

Posted: Mon Feb 26, 2007 8:57 am
by garvinhicking
Hi!

This might be a bug in the markdown syntax plugin itself, we were using version 1.0.1(c). Since this plugin is currently nto actively maintained, we would need to check if there's a new version of markdown to include in Serendipity.

Another idea might be that you'Re using other serendipity markup plugins that might interfer?

Best regards,
Garvin