You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I thought I could use this markdown format to get rendered <ol>
1. bla bla bla
2. bla bla bla
But this only works with English letters, not Chinese characters. It just ignored the 1., and rendered it as plain text like:
1. 句子 2. 句子
I initially report this issue on jekyll, and there they help to figure out that it's might be an issue with maruku, and using other markdown parser solved the problem.
I'm using markdown: redcarpet.
The text was updated successfully, but these errors were encountered:
This removes the :li_span element type, and fixes how Maruku chooses to wrap list items in paragraphs in many cases (though not all). There are still quite a few list cases that still fail, but this fixes#26, fixes#30, fixes#64, fixes#67, and fixes#72, and activates many of the pending list tests.
I thought I could use this markdown format to get rendered <ol>
But this only works with English letters, not Chinese characters. It just ignored the
1.
, and rendered it as plain text like:I initially report this issue on jekyll, and there they help to figure out that it's might be an issue with maruku, and using other markdown parser solved the problem.
I'm using
markdown: redcarpet
.The text was updated successfully, but these errors were encountered: