aboutsummaryrefslogtreecommitdiffstats
path: root/modules/markup/markdown/markdown_test.go
Commit message (Expand)AuthorAgeFilesLines
* Improve img lazy loading (#34804)wxiaoguang2025-06-211-7/+12
* Run `gopls modernize` on codebase (#34751)silverwind2025-06-181-1/+1
* Fix footnote jump behavior on the issue page. (#34621)charles2025-06-091-1/+1
* Refactor markup render to fix various path problems (#34114)wxiaoguang2025-04-041-4/+17
* Fix markdown frontmatter rendering (#34102)wxiaoguang2025-04-031-6/+62
* Refactor markdown render (#32728)wxiaoguang2024-12-061-131/+0
* Refactor markup render system (#32645)wxiaoguang2024-11-261-126/+114
* Refactor markup render system (#32612)wxiaoguang2024-11-241-440/+28
* Refactor markup render system (#32589)wxiaoguang2024-11-221-65/+28
* Refactor markup render system (#32533)wxiaoguang2024-11-181-0/+14
* Fix and refactor markdown rendering (#32522)wxiaoguang2024-11-161-32/+37
* Refactor render system (#32492)wxiaoguang2024-11-141-18/+22
* Support quote selected comments to reply (#32431)wxiaoguang2024-11-071-4/+8
* Fix raw wiki links (#31825)Zettat1232024-08-161-12/+12
* Fix markdown preview $$ support (#31514)charles2024-06-291-0/+8
* Fix markdown math brackets render problem (#31420)charles2024-06-201-0/+4
* Fix rendered wiki page link (#31398)wxiaoguang2024-06-181-5/+5
* Make blockquote attention recognize more syntaxes (#31240)wxiaoguang2024-06-041-0/+6
* Use repo as of renderctx's member rather than a repoPath on metas (#29222)Lunny Xiao2024-05-301-20/+29
* 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