Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Markdown: don't escape content + sanitize sensible tags | ArthurHoaro | 2016-02-19 | 1 | -7/+12 |
| | | | | Instead of trying to fix broken content for Markdown parsing, parse it unescaped, then sanatize sensible tags such as scripts, etc. | ||||
* | PLUGIN Markdown | ArthurHoaro | 2016-01-03 | 1 | -0/+112 |
Parse link description in Markdown (HTML) before rendering. * hard remove of Shaarli's HTML before parsing. * Using Parsedown <https://github.com/erusev/parsedown> PHP lib. * Includes basic markdown CSS. * Style: removed 400px height max limit for shaares. * Unit tests. |