Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add markdown_escape setting | ArthurHoaro | 2017-02-28 | 1 | -3/+3 |
| | | | | | | | | | | | | | This setting allows to escape HTML in markdown rendering or not. The goal behind it is to avoid XSS issue in shared instances. More info: * the setting is set to true by default * it is set to false for anyone who already have the plugin enabled (avoid breaking existing entries) * improve the HTML sanitization when the setting is set to false - but don't consider it XSS proof * mention the setting in the plugin README | ||||
* | Fix an issue with links not being reversed in code blocks | ArthurHoaro | 2016-10-22 | 2 | -0/+48 |
Fixes #672 + Markdown to HTML unit test |