summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/misc/markdown_test.go
Commit message (Expand)AuthorAgeFilesLines
* Move macaron to chi (#14293)Lunny Xiao2021-01-261-18/+16
* Allow different HardBreaks settings for documents and comments (#11515)zeripath2020-05-241-1/+1
* enable ENABLE_HARD_LINE_BREAK by default (#11162)silverwind2020-04-211-1/+1
* Add gitea-vet (#10948)John Olheiser2020-04-051-0/+4
* Change markdown rendering from blackfriday to goldmark (#9533)zeripath2019-12-311-5/+0
* Prefix all user-generated IDs in markup (#9477)John Olheiser2019-12-231-2/+2
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-2/+2
* Move sdk structs to modules/structs (#6905)Lunny Xiao2019-05-111-1/+1
* Markdown: enable some more extensions (#6362)Roland Koebler2019-03-211-2/+2
* Fix serving of raw wiki files other than .md (#5814)Gabriel Silva Simões2019-02-051-1/+1
* Rework special link parsing in the post-processing of markup (#3354)Morgan Bazalgette2018-02-271-2/+2
* Populate URL field of API commits (#3546)Ethan Koenig2018-02-201-4/+4
* Restructure markup & markdown to prepare for multiple markup language… (#2411)Lunny Xiao2017-09-161-10/+8
* Fix rendering of external links (#2292)Ethan Koenig2017-08-131-1/+1
* Fix go vet faults (#1060)Ethan Koenig2017-02-261-2/+2
* Fix URL handling in the whole markdown module, improve test coverage (#1027)Andrew Boyarshin2017-02-241-2/+3
* Markdown rendering overhaul (#186)Andrew Boyarshin2017-02-141-0/+184