aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api/v1/misc/markdown_test.go
Commit message (Expand)AuthorAgeFilesLines
* Editor preview support for external renderers (#23333)Brecht Van Lommel2023-03-241-190/+0
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add link to user profile in markdown mention only if user exists (#21533)Yarden Shoham2022-10-231-0/+7
* Share HTML template renderers and create a watcher framework (#20218)zeripath2022-08-281-1/+1
* Call MultipartForm.RemoveAll when request finishes (#19606)wxiaoguang2022-05-051-0/+2
* format with gofumpt (#18184)65432022-01-201-4/+6
* refactor: move from io/ioutil to io and os package (#17109)Eng Zer Jun2021-09-221-2/+2
* 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