]> git.immae.eu Git - github/shaarli/Shaarli.git/commit
Fix an issue with links not being reversed in code blocks 674/head
authorArthurHoaro <arthur@hoa.ro>
Fri, 21 Oct 2016 10:38:38 +0000 (12:38 +0200)
committerArthurHoaro <arthur@hoa.ro>
Sat, 22 Oct 2016 09:13:48 +0000 (11:13 +0200)
commitc5941f316a49c94eff354b63e75b3add98ac4aea
tree3a98fc6dee7edd3a13f335f97fb9bc4faf95f064
parente680cfea08051150827dae26ae5e59374880c46c
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]