Redcarpet is a Ruby library for Markdown processing
Redcarpet is a Ruby library for Markdown processing, written by Vicent Martí. Check the code and docs on its Github page.
Redcarpet is a Ruby library for Markdown processing
Redcarpet is a Ruby library for Markdown processing, written by Vicent Martí. Check the code and docs on its Github page.
line 1
\nline…
我愛你
. But in my project (I'm using redcarpet 3.1.1) it's not recognized the strong tag, instead it generates:我__愛__你
Which…