aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugins/markdown/markdown.css
Commit message (Collapse)AuthorAgeFilesLines
* Fix markdown plugin color overridingArthurHoaro2017-02-271-1/+1
|
* Markdown: inline code background colorArthurHoaro2016-05-131-0/+7
|
* adding styles for code & pre tagsNicolas Danelon2016-02-191-0/+29
|
* PLUGIN MarkdownArthurHoaro2016-01-031-0/+137
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.