]> git.immae.eu Git - github/shaarli/Shaarli.git/commit
Markdown: fixes feed rendering with nomarkdown tag 691/head
authorArthurHoaro <arthur@hoa.ro>
Sun, 13 Nov 2016 15:51:21 +0000 (16:51 +0100)
committerArthurHoaro <arthur@hoa.ro>
Tue, 22 Nov 2016 09:26:03 +0000 (10:26 +0100)
commit266e3fe5c8961aaf089bad16b9e4c54de1aaff40
treede524c1b2478670cf3a7c5563ef076f4ef0c72de
parentf5f6a4b7e21f39c916fda11eebb1c8df17e1ad4a
Markdown: fixes feed rendering with nomarkdown tag

 * 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
plugins/markdown/README.md
plugins/markdown/markdown.php
tests/plugins/PluginMarkdownTest.php