diff options
author | ArthurHoaro <arthur@hoa.ro> | 2015-11-17 21:01:11 +0100 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2016-01-03 17:36:10 +0100 |
commit | 1be4afacf98e0124258199ec416dc1c4b4948305 (patch) | |
tree | 8c0bdf7997d5a9a048a8fb7503417422caa9f4aa /plugins/markdown/help.html | |
parent | 79851b489087f8a3027ecd805255cd13ee6fcf63 (diff) | |
download | Shaarli-1be4afacf98e0124258199ec416dc1c4b4948305.tar.gz Shaarli-1be4afacf98e0124258199ec416dc1c4b4948305.tar.zst Shaarli-1be4afacf98e0124258199ec416dc1c4b4948305.zip |
PLUGIN Markdown
Parse link description in Markdown (HTML) before rendering.
* hard remove of Shaarli's HTML before parsing.
* Using Parsedown <https://github.com/erusev/parsedown> PHP lib.
* Includes basic markdown CSS.
* Style: removed 400px height max limit for shaares.
* Unit tests.
Diffstat (limited to 'plugins/markdown/help.html')
-rw-r--r-- | plugins/markdown/help.html | 5 |
1 files changed, 5 insertions, 0 deletions
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 @@ | |||
1 | <div class="md_help"> | ||
2 | Description will be rendered with | ||
3 | <a href="http://daringfireball.net/projects/markdown/syntax" title="Markdown syntax documentation"> | ||
4 | Markdown syntax</a>. | ||
5 | </div> | ||