| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
Describe markdown HTML rendering and display a warning
|
| |
| |
| |
| | |
Fixes #688
|
|/
|
|
|
|
|
|
|
|
|
| |
* make sure we match exactly `nomarkdown` tag
* pass the whole link data to stripNoMarkdownTag() to:
* strip the noMD tag in taglist (array)
* strip the tag in tags (string)
Fixes #689
tmp
|
|
|
|
|
| |
* Add the `.nomarkdown` section.
* Update misleading statements.
|
|
|
|
| |
Probably related to the introduction of .gitattribute with forced line ending.
|
|
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.
|