]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
Fixes forced git changes 451/head
authorArthurHoaro <arthur@hoa.ro>
Sun, 31 Jan 2016 18:22:14 +0000 (19:22 +0100)
committerArthurHoaro <arthur@hoa.ro>
Sun, 31 Jan 2016 18:22:14 +0000 (19:22 +0100)
Probably related to the introduction of .gitattribute with forced line ending.

plugins/markdown/README.md
plugins/markdown/help.html
plugins/markdown/markdown.meta

index 22d0af356b92daa493aaa9abd60acaa880b0088f..defaacd1df567d7ad6ce6d327b0bac1cbc0597e9 100644 (file)
@@ -1,51 +1,51 @@
-## Markdown Shaarli plugin\r
-\r
-Convert all your shaares description to HTML formatted Markdown.\r
-\r
-Read more about Markdown syntax here.\r
-\r
-### Installation\r
-\r
-Clone this repository inside your `tpl/plugins/` directory, or download the archive and unpack it there.\r
-The directory structure should look like:\r
-\r
-```\r
-??? plugins\r
-    ??? markdown\r
-        ??? help.html\r
-        ??? markdown.css\r
-        ??? markdown.meta\r
-        ??? markdown.php\r
-        ??? Parsedown.php\r
-        ??? README.md\r
-```\r
-\r
-To enable the plugin, add `markdown` to your list of enabled plugins in `data/config.php`\r
-(`ENABLED_PLUGINS` array).\r
-\r
-This should look like:\r
-\r
-```\r
-$GLOBALS['config']['ENABLED_PLUGINS'] = array('qrcode', 'any_other_plugin', 'markdown')\r
-```\r
-\r
-### Known issue\r
-\r
-#### Redirector\r
-\r
-If you're using a redirector, you *need* to add a space after a link,\r
-otherwise the rest of the line will be `urlencode`.\r
-\r
-```\r
-[link](http://domain.tld)-->test\r
-```\r
-\r
-Will consider `http://domain.tld)-->test` as URL.\r
-\r
-Instead, add an additional space.\r
-\r
-```\r
-[link](http://domain.tld) -->test\r
-```\r
-\r
-> Won't fix because a `)` is a valid part of an URL.\r
+## 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.
index a6797838dad997fbe7fb24bd41f8c93f075937f8..9c4e5ae06c1a42d446cd27f8bcc66e946169f82d 100644 (file)
@@ -1,5 +1,5 @@
-<div class="md_help">\r
-    Description will be rendered with\r
-    <a href="http://daringfireball.net/projects/markdown/syntax" title="Markdown syntax documentation">\r
-        Markdown syntax</a>.\r
-</div>\r
+<div class="md_help">
+    Description will be rendered with
+    <a href="http://daringfireball.net/projects/markdown/syntax" title="Markdown syntax documentation">
+        Markdown syntax</a>.
+</div>
index af8c0dbebe5a0cb45d7ea13d40596fdf9328e44a..e3904ed83289d9dd294eb8afaa26b8447b3cbbc0 100644 (file)
@@ -1 +1 @@
-description="Render shaare description with Markdown syntax."\r
+description="Render shaare description with Markdown syntax."