aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugins/markdown/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Update markdown plugin README documentationArthurHoaro2016-03-261-11/+23
| | | | | * Add the `.nomarkdown` section. * Update misleading statements.
* Fixes forced git changesArthurHoaro2016-01-311-51/+51
| | | | Probably related to the introduction of .gitattribute with forced line ending.
* PLUGIN MarkdownArthurHoaro2016-01-031-0/+51
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.