aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugins/markdown/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #701 from ArthurHoaro/plugins/md-html-docArthur2016-12-031-0/+17
|\ | | | | Describe markdown HTML rendering and display a warning
| * Describe markdown HTML rendering and display a warningArthurHoaro2016-12-011-0/+17
| | | | | | | | Fixes #688
* | Markdown: fixes feed rendering with nomarkdown tagArthurHoaro2016-11-221-6/+15
|/ | | | | | | | | | | * make sure we match exactly `nomarkdown` tag * pass the whole link data to stripNoMarkdownTag() to: * strip the noMD tag in taglist (array) * strip the tag in tags (string) Fixes #689 tmp
* 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.