aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugins/markdown/markdown.php
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2016-10-21 11:48:51 +0200
committerArthurHoaro <arthur@hoa.ro>2016-10-22 11:13:13 +0200
commite680cfea08051150827dae26ae5e59374880c46c (patch)
tree94b92e14efae30e34bdd8ca387e4f1d5683d751e /plugins/markdown/markdown.php
parent3d5e0aede31e07f060e3ca470d36374c54d5040c (diff)
downloadShaarli-e680cfea08051150827dae26ae5e59374880c46c.tar.gz
Shaarli-e680cfea08051150827dae26ae5e59374880c46c.tar.zst
Shaarli-e680cfea08051150827dae26ae5e59374880c46c.zip
Use Composer to import Parsedown library
Reference #613
Diffstat (limited to 'plugins/markdown/markdown.php')
-rw-r--r--plugins/markdown/markdown.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/markdown/markdown.php b/plugins/markdown/markdown.php
index 6b1c1d44..eb7bf23d 100644
--- a/plugins/markdown/markdown.php
+++ b/plugins/markdown/markdown.php
@@ -6,8 +6,6 @@
6 * Shaare's descriptions are parsed with Markdown. 6 * Shaare's descriptions are parsed with Markdown.
7 */ 7 */
8 8
9require_once 'Parsedown.php';
10
11/* 9/*
12 * If this tag is used on a shaare, the description won't be processed by Parsedown. 10 * If this tag is used on a shaare, the description won't be processed by Parsedown.
13 */ 11 */