Markdown Plugin: Blockquote does not end after new line

Found a bug? Tell us!!
Post Reply
manne
Posts: 3
Joined: Tue Feb 20, 2007 2:09 pm

Markdown Plugin: Blockquote does not end after new line

Post 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
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

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

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply