]> git.immae.eu Git - github/shaarli/Shaarli.git/commit
PLUGIN Markdown 379/head
authorArthurHoaro <arthur@hoa.ro>
Tue, 17 Nov 2015 20:01:11 +0000 (21:01 +0100)
committerArthurHoaro <arthur@hoa.ro>
Sun, 3 Jan 2016 16:36:10 +0000 (17:36 +0100)
commit1be4afacf98e0124258199ec416dc1c4b4948305
tree8c0bdf7997d5a9a048a8fb7503417422caa9f4aa
parent79851b489087f8a3027ecd805255cd13ee6fcf63
PLUGIN Markdown

    Parse link description in Markdown (HTML) before rendering.

      * hard remove of Shaarli's HTML before parsing.
      * Using Parsedown <https://github.com/erusev/parsedown> PHP lib.
      * Includes basic markdown CSS.
      * Style: removed 400px height max limit for shaares.
      * Unit tests.
COPYING
application/Utils.php
inc/shaarli.css
plugins/markdown/Parsedown.php [new file with mode: 0644]
plugins/markdown/README.md [new file with mode: 0644]
plugins/markdown/help.html [new file with mode: 0644]
plugins/markdown/markdown.css [new file with mode: 0644]
plugins/markdown/markdown.meta [new file with mode: 0644]
plugins/markdown/markdown.php [new file with mode: 0644]
tests/plugins/PluginMarkdownTest.php [new file with mode: 0644]