madflow / flow-netbeans-markdown

Markdown file support for the NetBeans IDE
MIT License
277 stars 40 forks source link

Fenced code blocks doesn't work #97

Closed hlavki closed 9 years ago

hlavki commented 9 years ago

I am using plugin version 2.2 with netbeans 8.0.2 and there is no difference when "Fenced code blocks" extension is ON or OFF. Same result than in #66.

markdown-01 markdown-02 markdown-03

madflow commented 9 years ago

We use a third party library for Markdown parsing and rendering. There is an issue that sounds like what you describe:

https://github.com/sirthias/pegdown/issues/128

So an extra blank line before the code block should make a difference.

hlavki commented 9 years ago

thanks @madflow, it works

Chris2011 commented 9 years ago

For me it doesn't work. I have a block like

#Test

    ``` Java
        tzset


I enabled each option, but I don't have a code black as you can see it here in github.