underr/yasbe

html code is not supported in md file?

luckypoem opened this issue · 3 comments

hi.

i inserted some html code in a post,but after publishing,the published article still shows the html code,why?
md file natively supports html code,right?

The markdown mistune library that YASBE uses doesn't parse HTML by default, I added an option for doing it in f06cbd7

Just update and set parse_html to true.

and how to paginate?
thank u

I don't plan on adding pagination, sorry.