summaryrefslogtreecommitdiffstats
path: root/modules/markup
Commit message (Expand)AuthorAgeFilesLines
* 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
* Allow render HTML with css/js external links (#19017)Lunny Xiao2022-06-167-59/+94
* Custom regexp external issues (#17624)Sandro Santilli2022-06-102-15/+77
* Add support for rendering terminal output with colors (#19497)Lauris BH2022-06-093-0/+147
* Automatically render wiki TOC (#19873)zeripath2022-06-084-40/+42
* Set Setpgid on child git processes (#19865)zeripath2022-06-031-0/+2
* Remove legacy unmaintained packages, refactor to support change default local...wxiaoguang2022-04-031-1/+2
* Refactor legacy `unknwon/com` package, improve golangci lint (#19284)wxiaoguang2022-04-011-2/+9
* Make git.OpenRepository accept Context (#19260)65432022-03-301-1/+1
* Provide configuration to allow camo-media proxying (#12802)zeripath2022-03-293-0/+93
* Bump goldmark to v1.4.11 (#19201)Robert Kaussow2022-03-241-0/+13
* nit fix (#19116)65432022-03-171-2/+1
* Support ignore all santize for external renderer (#18984)Lunny Xiao2022-03-065-12/+46
* Correctly link URLs to users/repos with dashes, dots or underscores (#18890)Alexander Neumann2022-02-262-1/+10
* Prevent NPE on partial match of compare URL and allow short SHA1 compare URLs...Gusted2022-01-312-1/+21
* Update Goldmark to Goldmark 1.4.4 (#18420)zeripath2022-01-291-2/+2
* format with gofumpt (#18184)65432022-01-2017-76/+80
* Updated Chroma to v0.10.0 (#18270)Jelle Hulter2022-01-201-4/+4
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-193-1/+6
* Remove unneeded debug messages to stdout. (#18298)Ben Niemann2022-01-161-4/+0
* Simplify parameter types (#18006)Gusted2021-12-201-1/+1
* Fixed emoji alias not parsed in links (#16221)KN4CK3R2021-12-152-9/+16
* Fix markdown URL parsing (#17924)wxiaoguang2021-12-113-75/+127
* Make Requests Processes and create process hierarchy. Associate OpenRepositor...zeripath2021-11-301-6/+2
* Prevent double sanitize (#16386)KN4CK3R2021-11-193-64/+48
* A better go code formatter, and now `make fmt` can run in Windows (#17684)wxiaoguang2021-11-172-2/+2
* Add copy button to markdown code blocks (#17638)silverwind2021-11-162-13/+9
* Properly determine CSV delimiter (#17459)Richard Mahn2021-10-301-1/+1
* Fix issue markdown bugs (#17411)wxiaoguang2021-10-232-1/+5