bobtfish / text-markdown

The perl Text::Markdown CPAN module
Other
50 stars 21 forks source link

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

Closed s-aska closed 13 years ago

s-aska commented 13 years ago

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.