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:
parent
79851b4890
commit
1be4afacf9
10 changed files with 1996 additions and 9 deletions
inc
|
@ -467,7 +467,6 @@ h1 {
|
|||
margin-top: 0;
|
||||
margin-bottom: 12px;
|
||||
font-weight: normal;
|
||||
max-height: 400px;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue