]> git.immae.eu Git - github/shaarli/Shaarli.git/commit
Fix an issue with links not being reversed in code blocks
authorArthurHoaro <arthur@hoa.ro>
Fri, 21 Oct 2016 10:38:38 +0000 (12:38 +0200)
committerArthurHoaro <arthur@hoa.ro>
Sat, 5 Nov 2016 13:30:56 +0000 (14:30 +0100)
commit95a12c7c0f3d074c3e61507b3fc33879b042f683
tree59cacc4ebf6453efe8eb9d3392a7680a612eff96
parentdf90715655347c53aa9743de156b163de8fbd784
Fix an issue with links not being reversed in code blocks

Fixes #672

+ Markdown to HTML unit test
plugins/markdown/markdown.php
tests/plugins/PluginMarkdownTest.php
tests/plugins/resources/markdown.html [new file with mode: 0644]
tests/plugins/resources/markdown.md [new file with mode: 0644]