markdown-js icon indicating copy to clipboard operation
markdown-js copied to clipboard

Code blocks behind list do not work?

Open isghost opened this issue 10 years ago • 1 comments

Code blocks behind list do not work?

do not work Example

* item1 
* item2



    C++  
    Java  
    PHP

work normal Example

* item1 
* item2

#title

    C++  
    Java  
    PHP

just add a line #title

isghost avatar Nov 29 '15 12:11 isghost

Same problem here.

tzi avatar Oct 19 '16 13:10 tzi