stephenharris / WP-MarkDown

WP-MarkDown plug-in. Allows Markdown to be enabled in posts, comments and bbPress forums.
http://wordpress.org/extend/plugins/wp-markdown/
112 stars 19 forks source link

Skip new line in code blocks #2

Closed psjay closed 11 years ago

psjay commented 12 years ago

I installed the markdown plugin on my blog, after I post an article with code blocks, it wil skip newlines in code blocks.

for example,

def fun():
    pass

will be changed to :

def fun():     pass

My environment and configuration:

stephenh1988 commented 12 years ago

Hi psjay - This is a bug introduced in 1.1.4. I am just about to release a fix. See this thread for more details. Sorry for any inconvenience caused.

psjay commented 12 years ago

Thank you for the awesome!