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-11-05 14:30:52 +0100
commitdf90715655347c53aa9743de156b163de8fbd784 (patch)
tree48b4673454dd136bf4ed26c022f26ba37d7ca76f /plugins/markdown/markdown.php
parent0ba559c2aeefd3b817fb6b3e335303551713167b (diff)
downloadShaarli-df90715655347c53aa9743de156b163de8fbd784.tar.gz
Shaarli-df90715655347c53aa9743de156b163de8fbd784.tar.zst
Shaarli-df90715655347c53aa9743de156b163de8fbd784.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 */