aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugins/markdown
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #491 from ArthurHoaro/markdown-escape2Arthur2016-02-251-8/+29
|\ | | | | Markdown: don't escape content + sanitize sensible tags
| * Markdown: don't escape content + sanitize sensible tagsArthurHoaro2016-02-191-8/+29
| | | | | | | | Instead of trying to fix broken content for Markdown parsing, parse it unescaped, then sanatize sensible tags such as scripts, etc.
* | adding styles for code & pre tagsNicolas Danelon2016-02-191-0/+29
|/
* Fixes forced git changesArthurHoaro2016-01-313-57/+57
| | | | Probably related to the introduction of .gitattribute with forced line ending.
* PLUGIN MarkdownArthurHoaro2016-01-036-0/+1880
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.