aboutsummaryrefslogtreecommitdiffstats
path: root/modules/markup
Commit message (Expand)AuthorAgeFilesLines
* fix media description render for orgmode (#26895)Earl Warren2023-09-132-9/+34
* Make `user-content-* ` consistent with github (#26388)CaiCandong2023-08-092-9/+64
* Do not highlight `#number` in documents (#26365)Earl Warren2023-08-073-1/+61
* Render plaintext task list items for markdown files (#26186)Earl Warren2023-07-272-0/+8
* Disallow dangerous url schemes (#25960)KN4CK3R2023-07-182-2/+16
* Upgrade go dependencies (#25819)harryzcy2023-07-141-1/+1
* Replace `interface{}` with `any` (#25686)silverwind2023-07-042-5/+5
* Refactor path & config system (#25330)wxiaoguang2023-06-212-6/+4
* Fix task list checkbox toggle to work with YAML front matter (#25184)Jonathan Tran2023-06-135-7/+58
* Fix video width overflow in markdown, and other changes to match img (#24834)Brecht Van Lommel2023-05-211-1/+1
* Add RTL rendering support to Markdown (#24816)silverwind2023-05-203-3/+15
* Allow all URL schemes in Markdown links by default (#24805)Yarden Shoham2023-05-192-1/+10
* Merge setting.InitXXX into one function with options (#24389)Lunny Xiao2023-05-042-4/+6
* Use more specific test methods (#24265)KN4CK3R2023-04-221-1/+1
* Improve Wiki TOC (#24137)wxiaoguang2023-04-177-73/+96
* Append `(comment)` when a link points at a comment rather than the whole issu...Hester Gong2023-04-032-9/+43
* Editor preview support for external renderers (#23333)Brecht Van Lommel2023-03-241-0/+13
* Add context when rendering labels or emojis (#23281)Jonathan Tran2023-03-057-20/+75
* Allow `<video>` in MarkDown (#22892)Sybren2023-03-011-0/+2
* Refactor the setting to make unit test easier (#22405)Lunny Xiao2023-02-202-2/+4
* Move `IsReadmeFile*` from `modules/markup/` to `modules/util` (#22877)Nick2023-02-132-129/+0
* Fix README TOC links (#22577)crystal2023-01-311-2/+9
* Add support for commit cross references (#22645)KN4CK3R2023-01-301-0/+21
* Support asciicast files as new markup (#22448)Jason Song2023-01-181-0/+64
* Log STDERR of external renderer when it fails (#22442)Jonathan Tran2023-01-131-1/+4
* Remove deadcode (#22245)Gusted2022-12-272-28/+0
* Use multi reader instead to concat strings (#22099)Lunny Xiao2022-12-121-11/+8
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-2738-76/+39
* Support comma-delimited string as labels in issue template (#21831)Jason Song2022-11-191-22/+26
* Add attention blocks within quote blocks for `Note` and `Warning` (#21711)Yarden Shoham2022-11-093-0/+78
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-242-5/+5
* Add link to user profile in markdown mention only if user exists (#21533)Yarden Shoham2022-10-233-3/+24
* Remove unnecessary debug log (#21536)Yarden Shoham2022-10-221-4/+0
* Add color previews in markdown (#21474)Yarden Shoham2022-10-214-2/+135
* Add generic set type (#21408)KN4CK3R2022-10-121-7/+6
* Fix slight bug in katex (#21171)zeripath2022-10-057-69/+153
* Upgrade chroma to v2.3.0 (#21259)silverwind2022-09-263-8/+8
* [API] teamSearch show teams with no members if user is admin (#21204)65432022-09-192-0/+2
* Add KaTeX rendering to Markdown. (#20571)zeripath2022-09-1415-169/+974
* Kd/ci playwright go test (#20123)Kyle D2022-09-022-2/+2
* Support Issue forms and PR forms (#20987)Jason Song2022-09-021-2/+13
* Go 1.19 format (#20758)John Olheiser2022-08-301-2/+2
* Should also support upper-case README files (#20581)Gary Wang2022-08-012-0/+12
* Support localized README (#20508)Gary Wang2022-08-012-23/+65
* Use body text color in repository files table links (#20386)Lucas Azevedo2022-07-221-1/+1
* Allow to specify colors for text in markup (#20363)Gusted2022-07-152-0/+14
* Fix NPE when using non-numeric (#20277)Gusted2022-07-071-2/+3
* Make better use of i18n (#20096)Gusted2022-06-261-2/+2
* Add more linters to improve code readability (#19989)Wim2022-06-204-7/+6
* Remove legacy git code (ver < 2.0), fine tune markup tests (#19930)wxiaoguang2022-06-162-0/+17