sirthias / pegdown

A pure-Java Markdown processor based on a parboiled PEG parser supporting a number of extensions
http://pegdown.org
Apache License 2.0
1.29k stars 218 forks source link

Do not escape HTML #237

Open jwgmeligmeyling opened 8 years ago

jwgmeligmeyling commented 8 years ago

It is better to have no escaping, so you can do proper escaping manually. (Just escape the input)

Related to #236

Fastjur commented 8 years ago

I agree with this, code blocks do currently not work properly...