aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugins/markdown
Commit message (Expand)AuthorAgeFilesLines
* 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-222-5/+22
* Add a whitelist of protocols for URLsArthurHoaro2017-05-251-4/+33
* Add markdown_escape settingArthurHoaro2017-02-282-18/+38
* Fix markdown plugin color overridingArthurHoaro2017-02-271-1/+1
* Fix typo in markdown plugin meta descriptionArthurHoaro2016-12-181-1/+1
* Merge pull request #701 from ArthurHoaro/plugins/md-html-docArthur2016-12-032-1/+21
|\
| * Describe markdown HTML rendering and display a warningArthurHoaro2016-12-012-1/+21
* | Markdown: fixes feed rendering with nomarkdown tagArthurHoaro2016-11-222-14/+34
|/
* Fix an issue with links not being reversed in code blocksArthurHoaro2016-10-221-5/+6
* Use Composer to import Parsedown libraryArthurHoaro2016-10-222-1530/+0
* Hashtag systemArthurHoaro2016-06-061-2/+39
* The tag is no longer privateArthurHoaro2016-05-301-3/+16
* Markdown: inline code background colorArthurHoaro2016-05-131-0/+7
* Process feeds content with MarkdownArthurHoaro2016-03-261-0/+19
* Update markdown plugin README documentationArthurHoaro2016-03-261-11/+23
* 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
* Merge pull request #491 from ArthurHoaro/markdown-escape2Arthur2016-02-251-8/+29
|\
| * Markdown: don't escape content + sanitize sensible tagsArthurHoaro2016-02-191-8/+29
* | adding styles for code & pre tagsNicolas Danelon2016-02-191-0/+29
|/
* Fixes forced git changesArthurHoaro2016-01-313-57/+57
* PLUGIN MarkdownArthurHoaro2016-01-036-0/+1880