aboutsummaryrefslogtreecommitdiffstats
path: root/modules/markup/markdown/markdown.go
Commit message (Expand)AuthorAgeFilesLines
* Remove deadcode (#22245)Gusted2022-12-271-6/+0
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Upgrade chroma to v2.3.0 (#21259)silverwind2022-09-261-2/+2
* Add KaTeX rendering to Markdown. (#20571)zeripath2022-09-141-2/+18
* Add more linters to improve code readability (#19989)Wim2022-06-201-2/+2
* Allow render HTML with css/js external links (#19017)Lunny Xiao2022-06-161-6/+3
* Automatically render wiki TOC (#19873)zeripath2022-06-081-3/+5
* Support ignore all santize for external renderer (#18984)Lunny Xiao2022-03-061-0/+5
* format with gofumpt (#18184)65432022-01-201-10/+11
* Prevent double sanitize (#16386)KN4CK3R2021-11-191-59/+45
* Add copy button to markdown code blocks (#17638)silverwind2021-11-161-12/+5
* refactor: move from io/ioutil to io and os package (#17109)Eng Zer Jun2021-09-221-2/+1
* Fix table alignment in markdown (#16596)zeripath2021-08-021-1/+3
* Add sanitizer rules per renderer (#16110)KN4CK3R2021-06-231-2/+7
* Refactor renders (#15175)Lunny Xiao2021-04-191-36/+60
* Add NeedPostProcess for Parser interface to improve performance of csv render...Lunny Xiao2021-04-131-0/+3
* Fix several render issues (#14986)zeripath2021-03-161-9/+93
* 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