summaryrefslogtreecommitdiffstats
path: root/modules/markup/markdown/markdown_test.go
Commit message (Expand)AuthorAgeFilesLines
* Enable more `revive` linter rules (#30608)silverwind2024-04-221-2/+0
* Use raw Wiki links for non-renderable Wiki files (#30273)Rafael2024-04-101-12/+12
* Fixes #27605: inline math blocks can't be preceeded/followed by alphanumerica...João Tiago2024-04-021-2/+18
* Fix markdown color code detection (#30208)wxiaoguang2024-03-311-2/+6
* Refactor markdown attention render (#29984)wxiaoguang2024-03-221-0/+36
* Use relative links for commits, mentions, and issues in markdown (#29427)KN4CK3R2024-03-131-3/+3
* Refactor some Str2html code (#29397)wxiaoguang2024-03-011-14/+16
* Fix wrong test usage of `AppSubURL` (#29459)KN4CK3R2024-02-291-22/+17
* Strip `/` from relative links (#28932)KN4CK3R2024-01-271-0/+26
* Respect branch info for relative links (#28909)KN4CK3R2024-01-251-2/+2
* Rework markup link rendering (#26745)KN4CK3R2024-01-151-22/+400
* 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