Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix hashtags with markdown escape enabled | ArthurHoaro | 2018-08-14 | 1 | -1/+1 |
| | | | | | | They're now transformed to markdown syntax links before processing them through Parsedown. Fixes #1210 | ||||
* | Add a whitelist of protocols for URLs | ArthurHoaro | 2017-05-25 | 1 | -1/+11 |
| | | | | | | | - for Shaare - for markdown description links and images Not whitelisted protocols will be replaced by `http://` | ||||
* | Fix an issue with links not being reversed in code blocks | ArthurHoaro | 2016-10-22 | 1 | -0/+24 |
Fixes #672 + Markdown to HTML unit test |