summaryrefslogtreecommitdiffstats
path: root/modules/markup/markdown/goldmark.go
Commit message (Expand)AuthorAgeFilesLines
* 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