aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/formatter/BookmarkMarkdownExtraFormatter.php
Commit message (Collapse)AuthorAgeFilesLines
* Support search highlights when matching URL contentArthurHoaro2021-01-191-2/+2
| | | | | | | | | | DefaultFormatter: - format 'a' tag content and not href attribute - format hashtags properly Markdown(Extra)Formatter: - Extend Parsedown to format highlight properly: https://github.com/erusev/parsedown/wiki/Tutorial:-Create-Extensions Fixes #1681
* Add Markdown Extra formatterArthurHoaro2020-10-131-0/+24
Library: [Parsedown Extra](https://github.com/erusev/parsedown-extra) Also sort dependencies alphabetically. Fixes #1169