aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugins/markdown/markdown.php
Commit message (Expand)AuthorAgeFilesLines
* Apply the new system (Bookmark + Service) to the whole code baseArthurHoaro2020-01-181-365/+0
* Markdown plugin: fix RSS feed direct link reverseArthurHoaro2019-08-151-1/+1
* namespacing: \Shaarli\Plugin\PluginManagerVirtualTam2019-01-121-0/+1
* namespacing: \Shaarli\RouterVirtualTam2019-01-121-0/+1
* lint: apply phpcbf to plugins/VirtualTam2018-12-021-7/+9
* Merge pull request #1205 from ArthurHoaro/feature/opengraphArthurHoaro2018-10-061-0/+1
|\
| * Add OpenGraph meta tags on permalink pageArthurHoaro2018-08-131-0/+1
* | Fix hashtags with markdown escape enabledArthurHoaro2018-08-141-0/+9
|/
* Fix feed permalink rendering with markdown escape set to trueArthurHoaro2018-05-191-0/+8
* Fix removal of on=... attributes from html generated from markdownDennis Verspuij2018-03-191-1/+1
* Executes daily hooks before creating columns.kalvn2018-02-011-12/+11
* Shaarli's translationArthurHoaro2017-10-221-2/+19
* Add a whitelist of protocols for URLsArthurHoaro2017-05-251-4/+33
* Add markdown_escape settingArthurHoaro2017-02-281-11/+18
* Markdown: fixes feed rendering with nomarkdown tagArthurHoaro2016-11-221-8/+19
* Fix an issue with links not being reversed in code blocksArthurHoaro2016-10-221-5/+6
* Use Composer to import Parsedown libraryArthurHoaro2016-10-221-2/+0
* Hashtag systemArthurHoaro2016-06-061-2/+39
* The tag is no longer privateArthurHoaro2016-05-301-3/+16
* Process feeds content with MarkdownArthurHoaro2016-03-261-0/+19
* Markdown: Add the 'meta-tag' `.nomarkdown` which prevent a shaare from being ...ArthurHoaro2016-03-211-0/+30
* Avoids populating a markdown empty container if there's no description.kalvn2016-02-281-1/+4
* Markdown: don't escape content + sanitize sensible tagsArthurHoaro2016-02-191-8/+29
* PLUGIN MarkdownArthurHoaro2016-01-031-0/+158