summaryrefslogtreecommitdiffstats
path: root/modules/markup/markdown/markdown.go
Commit message (Expand)AuthorAgeFilesLines
* Add loading spinners and mermaid error handling (#12358)silverwind2020-08-041-5/+26
* Server-side syntax highlighting for all code (#12047)mrsdizzie2020-07-011-0/+26
* Disable all typographic replacements in markdown renderer (#11871)silverwind2020-06-131-7/+0
* Allow different HardBreaks settings for documents and comments (#11515)zeripath2020-05-241-8/+12
* Use markdown frontmatter to provide Table of contents, language and frontmatt...zeripath2020-04-241-4/+3
* Handle yaml frontmatter (#11016)zeripath2020-04-091-0/+2
* Don't convert ellipsis in markdown (#9905)John Olheiser2020-01-221-2/+3
* Change markdown rendering from blackfriday to goldmark (#9533)zeripath2019-12-311-143/+64
* Prefix all user-generated IDs in markup (#9477)John Olheiser2019-12-231-1/+3
* Convert EOL to UNIX-style to render MD properly (#8925)guillep2k2019-11-131-1/+2
* Rewrite markdown rendering to blackfriday v2 and rewrite orgmode rendering to...Lauris BH2019-10-311-102/+107
* Fix markdown invoke sequence (#7513)Lunny Xiao2019-07-181-1/+1
* Markdown: enable some more extensions (#6362)Roland Koebler2019-03-211-1/+5
* Allow markdown files to read from the LFS (#5787)zeripath2019-02-121-1/+1
* Fix markdown image with link (#4675)L.E.R2018-10-301-22/+17
* Replace src with raw to fix image paths (#4377)Jonas Franz2018-07-051-1/+1
* Rework special link parsing in the post-processing of markup (#3354)Morgan Bazalgette2018-02-271-22/+28
* Populate URL field of API commits (#3546)Ethan Koenig2018-02-201-4/+5
* Add init support of orgmode document type on file view and readme (#2525)Lunny Xiao2017-09-211-0/+200