summaryrefslogtreecommitdiffstats
path: root/modules/markup/markdown
Commit message (Expand)AuthorAgeFilesLines
* Replace `interface{}` with `any` (#25686) (#25687)silverwind2023-07-041-2/+2
* Refactor path & config system (#25330) (#25416)wxiaoguang2023-06-221-3/+2
* Fix task list checkbox toggle to work with YAML front matter (#25184) (#25227)Giteabot2023-06-135-7/+58
* Add RTL rendering support to Markdown (#24816)silverwind2023-05-201-0/+10
* Merge setting.InitXXX into one function with options (#24389)Lunny Xiao2023-05-041-2/+3
* Improve Wiki TOC (#24137)wxiaoguang2023-04-176-72/+84
* 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-272-28/+0
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-2717-34/+17
* 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-092-0/+71
* Add link to user profile in markdown mention only if user exists (#21533)Yarden Shoham2022-10-231-0/+5
* Remove unnecessary debug log (#21536)Yarden Shoham2022-10-221-4/+0
* Add color previews in markdown (#21474)Yarden Shoham2022-10-213-0/+130
* Add generic set type (#21408)KN4CK3R2022-10-121-7/+6
* Fix slight bug in katex (#21171)zeripath2022-10-056-68/+150
* Upgrade chroma to v2.3.0 (#21259)silverwind2022-09-261-2/+2
* [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-1414-167/+972
* Kd/ci playwright go test (#20123)Kyle D2022-09-021-1/+1
* Support Issue forms and PR forms (#20987)Jason Song2022-09-021-2/+13
* Make better use of i18n (#20096)Gusted2022-06-261-2/+2
* Add more linters to improve code readability (#19989)Wim2022-06-201-2/+2
* Remove legacy git code (ver < 2.0), fine tune markup tests (#19930)wxiaoguang2022-06-161-0/+8
* Allow render HTML with css/js external links (#19017)Lunny Xiao2022-06-161-6/+3
* Automatically render wiki TOC (#19873)zeripath2022-06-083-30/+24
* Remove legacy unmaintained packages, refactor to support change default local...wxiaoguang2022-04-031-1/+2
* Bump goldmark to v1.4.11 (#19201)Robert Kaussow2022-03-241-0/+13
* Support ignore all santize for external renderer (#18984)Lunny Xiao2022-03-061-0/+5
* format with gofumpt (#18184)65432022-01-203-15/+17
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-0/+3
* Simplify parameter types (#18006)Gusted2021-12-201-1/+1
* Fixed emoji alias not parsed in links (#16221)KN4CK3R2021-12-151-0/+8
* Prevent double sanitize (#16386)KN4CK3R2021-11-191-59/+45
* Add copy button to markdown code blocks (#17638)silverwind2021-11-161-12/+5
* Open markdown image links in new window (#17287)wxiaoguang2021-10-112-4/+8
* refactor: move from io/ioutil to io and os package (#17109)Eng Zer Jun2021-09-221-2/+1
* Fix table alignment in markdown (#16596)zeripath2021-08-021-1/+3
* modules/markup/markdown: fix dropped test error (#16438)Lars Lehtonen2021-07-181-0/+1
* Fix various documentation, user-facing, and source comment typos (#16367)luzpaz2021-07-081-1/+1
* Add sanitizer rules per renderer (#16110)KN4CK3R2021-06-231-2/+7
* Fixed assert statements. (#16089)KN4CK3R2021-06-071-2/+2
* Make tasklist checkboxes clickable (#15791)KN4CK3R2021-05-232-12/+13
* Fixed individual markdown tests. (#15802)KN4CK3R2021-05-091-0/+6
* Refactor renders (#15175)Lunny Xiao2021-04-192-57/+112
* Add NeedPostProcess for Parser interface to improve performance of csv render...Lunny Xiao2021-04-131-0/+3
* Links in markdown should be absolute to the repository not the server (#15088)zeripath2021-04-112-1/+15
* Remove extraneous logging (#15020)zeripath2021-03-181-5/+0
* Fix several render issues (#14986)zeripath2021-03-163-9/+119