From 1456358240a547b489c738c3e47720e8a33e11e5 Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Sun, 31 Jan 2016 19:22:14 +0100 Subject: [PATCH] Fixes forced git changes Probably related to the introduction of .gitattribute with forced line ending. --- plugins/markdown/README.md | 102 ++++++++++++++++----------------- plugins/markdown/help.html | 10 ++-- plugins/markdown/markdown.meta | 2 +- 3 files changed, 57 insertions(+), 57 deletions(-) diff --git a/plugins/markdown/README.md b/plugins/markdown/README.md index 22d0af3..defaacd 100644 --- a/plugins/markdown/README.md +++ b/plugins/markdown/README.md @@ -1,51 +1,51 @@ -## Markdown Shaarli plugin - -Convert all your shaares description to HTML formatted Markdown. - -Read more about Markdown syntax here. - -### Installation - -Clone this repository inside your `tpl/plugins/` directory, or download the archive and unpack it there. -The directory structure should look like: - -``` -??? plugins -    ??? markdown - ??? help.html - ??? markdown.css - ??? markdown.meta - ??? markdown.php - ??? Parsedown.php -    ??? README.md -``` - -To enable the plugin, add `markdown` to your list of enabled plugins in `data/config.php` -(`ENABLED_PLUGINS` array). - -This should look like: - -``` -$GLOBALS['config']['ENABLED_PLUGINS'] = array('qrcode', 'any_other_plugin', 'markdown') -``` - -### Known issue - -#### Redirector - -If you're using a redirector, you *need* to add a space after a link, -otherwise the rest of the line will be `urlencode`. - -``` -[link](http://domain.tld)-->test -``` - -Will consider `http://domain.tld)-->test` as URL. - -Instead, add an additional space. - -``` -[link](http://domain.tld) -->test -``` - -> Won't fix because a `)` is a valid part of an URL. +## Markdown Shaarli plugin + +Convert all your shaares description to HTML formatted Markdown. + +Read more about Markdown syntax here. + +### Installation + +Clone this repository inside your `tpl/plugins/` directory, or download the archive and unpack it there. +The directory structure should look like: + +``` +??? plugins +    ??? markdown + ??? help.html + ??? markdown.css + ??? markdown.meta + ??? markdown.php + ??? Parsedown.php +    ??? README.md +``` + +To enable the plugin, add `markdown` to your list of enabled plugins in `data/config.php` +(`ENABLED_PLUGINS` array). + +This should look like: + +``` +$GLOBALS['config']['ENABLED_PLUGINS'] = array('qrcode', 'any_other_plugin', 'markdown') +``` + +### Known issue + +#### Redirector + +If you're using a redirector, you *need* to add a space after a link, +otherwise the rest of the line will be `urlencode`. + +``` +[link](http://domain.tld)-->test +``` + +Will consider `http://domain.tld)-->test` as URL. + +Instead, add an additional space. + +``` +[link](http://domain.tld) -->test +``` + +> Won't fix because a `)` is a valid part of an URL. diff --git a/plugins/markdown/help.html b/plugins/markdown/help.html index a679783..9c4e5ae 100644 --- a/plugins/markdown/help.html +++ b/plugins/markdown/help.html @@ -1,5 +1,5 @@ -
- Description will be rendered with - - Markdown syntax. -
+
+ Description will be rendered with + + Markdown syntax. +
diff --git a/plugins/markdown/markdown.meta b/plugins/markdown/markdown.meta index af8c0db..e3904ed 100644 --- a/plugins/markdown/markdown.meta +++ b/plugins/markdown/markdown.meta @@ -1 +1 @@ -description="Render shaare description with Markdown syntax." +description="Render shaare description with Markdown syntax."