aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugins/markdown/Parsedown.php
Commit message (Collapse)AuthorAgeFilesLines
* Use Composer to import Parsedown libraryArthurHoaro2016-10-221-1528/+0
| | | | Reference #613
* PLUGIN MarkdownArthurHoaro2016-01-031-0/+1528
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.