aboutsummaryrefslogtreecommitdiffstats
path: root/modules/markup/markdown/goldmark.go
Commit message (Expand)AuthorAgeFilesLines
* Fix task list checkbox toggle to work with YAML front matter (#25184)Jonathan Tran2023-06-131-6/+6
* Add RTL rendering support to Markdown (#24816)silverwind2023-05-201-0/+10
* Improve Wiki TOC (#24137)wxiaoguang2023-04-171-14/+20
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add attention blocks within quote blocks for `Note` and `Warning` (#21711)Yarden Shoham2022-11-091-0/+37
* Add color previews in markdown (#21474)Yarden Shoham2022-10-211-0/+39
* Add generic set type (#21408)KN4CK3R2022-10-121-7/+6
* Add KaTeX rendering to Markdown. (#20571)zeripath2022-09-141-12/+3
* Automatically render wiki TOC (#19873)zeripath2022-06-081-26/+17
* format with gofumpt (#18184)65432022-01-201-1/+1
* Simplify parameter types (#18006)Gusted2021-12-201-1/+1
* Open markdown image links in new window (#17287)wxiaoguang2021-10-111-0/+1
* Make tasklist checkboxes clickable (#15791)KN4CK3R2021-05-231-9/+10
* Links in markdown should be absolute to the repository not the server (#15088)zeripath2021-04-111-1/+2
* Remove extraneous logging (#15020)zeripath2021-03-181-5/+0
* Fix several render issues (#14986)zeripath2021-03-161-0/+6
* Make sure sibling images get a link too (#14979)zeripath2021-03-141-1/+32
* Markdown task list improvements (#13952)silverwind2020-12-131-3/+3
* Allow different HardBreaks settings for documents and comments (#11515)zeripath2020-05-241-0/+10
* Prevent 500 with badly formed task list (#11328)zeripath2020-05-111-16/+22
* Prevent panic during wrappedConn close at hammertime (#11219)zeripath2020-04-261-1/+0
* Make TaskCheckBox render correctly (#11214)zeripath2020-04-261-19/+51
* Use markdown frontmatter to provide Table of contents, language and frontmatt...zeripath2020-04-241-12/+160
* Fix internal server error on checkboxes (#10845)zeripath2020-03-261-1/+1
* Completely fix task-list checkbox styling (#10798)zeripath2020-03-221-0/+6
* Don't manually replace whitespace during render (#10291)mrsdizzie2020-02-171-1/+0
* Fix markdown anchor links (#9673)Moritz2020-01-161-0/+3
* Change markdown rendering from blackfriday to goldmark (#9533)zeripath2019-12-311-0/+178