summaryrefslogtreecommitdiffstats
path: root/modules/markup/markdown
Commit message (Expand)AuthorAgeFilesLines
* Support comma-delimited string as labels in issue template (#21831) (#21873)Jason Song2022-11-201-22/+26
* 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
* Make sure sibling images get a link too (#14979)zeripath2021-03-142-1/+43
* Markdown task list improvements (#13952)silverwind2020-12-132-6/+6
* Fix markdown meta parsing (#12817)John Olheiser2020-09-122-7/+72
* Issue templates directory (#11450)John Olheiser2020-09-111-0/+49
* Add loading spinners and mermaid error handling (#12358)silverwind2020-08-041-5/+26
* Server-side syntax highlighting for all code (#12047)mrsdizzie2020-07-011-0/+26
* Disable all typographic replacements in markdown renderer (#11871)silverwind2020-06-131-7/+0
* Allow different HardBreaks settings for documents and comments (#11515)zeripath2020-05-242-8/+22
* Prevent 500 with badly formed task list (#11328)zeripath2020-05-112-20/+26
* Restore checkbox rendering and prevent poor sanitization of spans (#11277)zeripath2020-05-031-0/+12
* Prevent panic during wrappedConn close at hammertime (#11219)zeripath2020-04-261-1/+0