aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugins/markdown/markdown.meta
Commit message (Collapse)AuthorAgeFilesLines
* Apply the new system (Bookmark + Service) to the whole code baseArthurHoaro2020-01-181-4/+0
| | | | See https://github.com/shaarli/Shaarli/issues/1307
* Fix typo in markdown plugin meta descriptionArthurHoaro2016-12-181-1/+1
|
* Describe markdown HTML rendering and display a warningArthurHoaro2016-12-011-1/+4
| | | | Fixes #688
* Fixes forced git changesArthurHoaro2016-01-311-1/+1
| | | | Probably related to the introduction of .gitattribute with forced line ending.
* PLUGIN MarkdownArthurHoaro2016-01-031-0/+1
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.