bobtfish/text-markdown

I want the option to use when you do not have to write html.

Closed this issue · 0 comments

How can I automatically escape HTML content using Markdown?

If escape in advance, are doubly escaped code block... :/

Text::Markdown::markdown( encode_entities($text, '<>&"') )

I want the option to use when you do not have to write html.

If the Markdow not support, implementation is difficult.

Please tell me if there is any good way.