aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/plugins/PluginMarkdownTest.php
Commit message (Expand)AuthorAgeFilesLines
* Remove the redirector settingArthurHoaro2019-02-091-1/+1
* namespacing: add plugin tests to \Shaarli\Plugin\[...]VirtualTam2019-01-121-1/+3
* namespacing: \Shaarli\Plugin\PluginManagerVirtualTam2019-01-121-0/+1
* namespacing: move LinkUtils along \Shaarli\Bookmark classesVirtualTam2019-01-121-0/+1
* Merge pull request #1205 from ArthurHoaro/feature/opengraphArthurHoaro2018-10-061-0/+2
|\
| * Add OpenGraph meta tags on permalink pageArthurHoaro2018-08-131-0/+2
* | Fix hashtags with markdown escape enabledArthurHoaro2018-08-141-1/+13
|/
* Fix feed permalink rendering with markdown escape set to trueArthurHoaro2018-05-191-0/+55
* Executes daily hooks before creating columns.kalvn2018-02-011-17/+11
* Add a whitelist of protocols for URLsArthurHoaro2017-05-251-3/+8
* application: introduce the Shaarli\Config namespaceVirtualTam2017-03-041-0/+1
* Add markdown_escape settingArthurHoaro2017-02-281-6/+51
* Cleanup: explicit method visibilityVirtualTam2017-01-051-10/+10
* Markdown: fixes feed rendering with nomarkdown tagArthurHoaro2016-11-221-4/+25
* Fix an issue with links not being reversed in code blocksArthurHoaro2016-10-221-0/+13
* The tag is no longer privateArthurHoaro2016-05-301-2/+4
* Markdown: Add the 'meta-tag' `.nomarkdown` which prevent a shaare from being ...ArthurHoaro2016-03-211-1/+36
* Markdown: don't escape content + sanitize sensible tagsArthurHoaro2016-02-191-7/+12
* PLUGIN MarkdownArthurHoaro2016-01-031-0/+112