aboutsummaryrefslogtreecommitdiffstats
path: root/modules/markup/markdown/markdown_test.go
Commit message (Expand)AuthorAgeFilesLines
* Upgrade to golangci-lint@v1.55.0 (#27756)silverwind2023-10-241-18/+18
* Refactor path & config system (#25330)wxiaoguang2023-06-211-3/+2
* Fix task list checkbox toggle to work with YAML front matter (#25184)Jonathan Tran2023-06-131-0/+37
* Merge setting.InitXXX into one function with options (#24389)Lunny Xiao2023-05-041-2/+3
* Add context when rendering labels or emojis (#23281)Jonathan Tran2023-03-051-9/+14
* Refactor the setting to make unit test easier (#22405)Lunny Xiao2023-02-201-1/+2
* Remove deadcode (#22245)Gusted2022-12-271-22/+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/+5
* Add color previews in markdown (#21474)Yarden Shoham2022-10-211-0/+55
* Fix slight bug in katex (#21171)zeripath2022-10-051-0/+50
* Kd/ci playwright go test (#20123)Kyle D2022-09-021-1/+1
* Remove legacy git code (ver < 2.0), fine tune markup tests (#19930)wxiaoguang2022-06-161-0/+8
* Bump goldmark to v1.4.11 (#19201)Robert Kaussow2022-03-241-0/+13
* format with gofumpt (#18184)65432022-01-201-4/+5
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-0/+3
* Fixed emoji alias not parsed in links (#16221)KN4CK3R2021-12-151-0/+8
* Open markdown image links in new window (#17287)wxiaoguang2021-10-111-4/+7
* modules/markup/markdown: fix dropped test error (#16438)Lars Lehtonen2021-07-181-0/+1
* Make tasklist checkboxes clickable (#15791)KN4CK3R2021-05-231-3/+3
* Fixed individual markdown tests. (#15802)KN4CK3R2021-05-091-0/+6
* Refactor renders (#15175)Lunny Xiao2021-04-191-21/+52
* Links in markdown should be absolute to the repository not the server (#15088)zeripath2021-04-111-0/+13
* Fix several render issues (#14986)zeripath2021-03-161-0/+20
* Make sure sibling images get a link too (#14979)zeripath2021-03-141-0/+11
* Markdown task list improvements (#13952)silverwind2020-12-131-3/+3
* Prevent 500 with badly formed task list (#11328)zeripath2020-05-111-4/+4
* Restore checkbox rendering and prevent poor sanitization of spans (#11277)zeripath2020-05-031-0/+12
* enable ENABLE_HARD_LINE_BREAK by default (#11162)silverwind2020-04-211-2/+2
* Issue/PR Context Popups (#9822)John Olheiser2020-01-191-2/+2
* Change markdown rendering from blackfriday to goldmark (#9533)zeripath2019-12-311-30/+10
* Prefix all user-generated IDs in markup (#9477)John Olheiser2019-12-231-8/+8
* Convert EOL to UNIX-style to render MD properly (#8925)guillep2k2019-11-131-0/+22
* Rewrite markdown rendering to blackfriday v2 and rewrite orgmode rendering to...Lauris BH2019-10-311-4/+4
* Check commit message hashes before making links (#7713)Gary Kim2019-08-141-4/+5
* Removed unnecessary conversions (#7557)Christian Muehlhaeuser2019-07-231-2/+2
* Use ctx.metas for SHA hash links (#6645)mrsdizzie2019-04-161-0/+4
* Improve issue autolinks (#6273)mrsdizzie2019-04-121-3/+11
* Markdown: enable some more extensions (#6362)Roland Koebler2019-03-211-3/+67
* Fix markdown image with link (#4675)L.E.R2018-10-301-0/+4
* Rework special link parsing in the post-processing of markup (#3354)Morgan Bazalgette2018-02-271-95/+7
* Populate URL field of API commits (#3546)Ethan Koenig2018-02-201-14/+15
* Add init support of orgmode document type on file view and readme (#2525)Lunny Xiao2017-09-211-0/+302