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.
This commit is contained in:
ArthurHoaro 2015-11-17 21:01:11 +01:00
parent 79851b4890
commit 1be4afacf9
10 changed files with 1996 additions and 9 deletions

View file

@ -467,7 +467,6 @@ h1 {
margin-top: 0;
margin-bottom: 12px;
font-weight: normal;
max-height: 400px;
overflow: auto;
}