From 1be4afacf98e0124258199ec416dc1c4b4948305 Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Tue, 17 Nov 2015 21:01:11 +0100 Subject: PLUGIN Markdown Parse link description in Markdown (HTML) before rendering. * hard remove of Shaarli's HTML before parsing. * Using Parsedown PHP lib. * Includes basic markdown CSS. * Style: removed 400px height max limit for shaares. * Unit tests. --- plugins/markdown/help.html | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 plugins/markdown/help.html (limited to 'plugins/markdown/help.html') diff --git a/plugins/markdown/help.html b/plugins/markdown/help.html new file mode 100644 index 00000000..a6797838 --- /dev/null +++ b/plugins/markdown/help.html @@ -0,0 +1,5 @@ +
+ Description will be rendered with + + Markdown syntax. +
-- cgit v1.2.3