html code is not supported in md file?
luckypoem opened this issue · 3 comments
luckypoem commented
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?
underr commented
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.
luckypoem commented
and how to paginate?
thank u
underr commented
I don't plan on adding pagination, sorry.