summaryrefslogtreecommitdiffstats
path: root/modules/markup/html_test.go
Commit message (Expand)AuthorAgeFilesLines
* Fix slight bug in katex (#21171)zeripath2022-10-051-1/+3
* 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/+9
* Allow render HTML with css/js external links (#19017)Lunny Xiao2022-06-161-13/+13
* Correctly link URLs to users/repos with dashes, dots or underscores (#18890)Alexander Neumann2022-02-261-0/+9
* Prevent NPE on partial match of compare URL and allow short SHA1 compare URLs...Gusted2022-01-311-0/+13
* format with gofumpt (#18184)65432022-01-201-16/+16
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-0/+2
* Fix markdown URL parsing (#17924)wxiaoguang2021-12-111-46/+50
* Fix NPE in fuzzer (#16680)zeripath2021-08-131-0/+16
* Update bluemonday to v1.0.15 (#16379)65432021-07-091-3/+3
* Fix relative links in postprocessed images (#16334)zeripath2021-07-041-0/+35
* Add custom emoji support (#16004)65432021-06-291-1/+12
* Add sanitizer rules per renderer (#16110)KN4CK3R2021-06-231-2/+2
* Run processors on whole of text (#16155)zeripath2021-06-171-0/+16
* Fix data URI scramble (#16098)KN4CK3R2021-06-071-0/+20
* Fix URL of gitea emoji (#15770)silverwind2021-05-071-1/+1
* Refactor renders (#15175)Lunny Xiao2021-04-191-14/+50
* Upgrade to bluemonday 1.0.7 (#15379)zeripath2021-04-091-1/+1
* Prevent panic on fuzzer provided string (#14405)zeripath2021-01-201-0/+25
* Render links for commit hashes followed by comma (#14224)Nuno Silva2021-01-031-0/+6
* Fix bug of link query order on markdown render (#14156)Lunny Xiao2020-12-291-1/+1
* Update golangci-lint to version 1.31.0 (#13102)kolaente2020-10-111-2/+2
* Fix emoji replacements, make emoji images consistent (#12567)silverwind2020-08-231-1/+1
* Fix emoji detection in certain cases (#12320)mrsdizzie2020-07-251-0/+4
* Disable all typographic replacements in markdown renderer (#11871)silverwind2020-06-131-1/+1
* Update emoji regex (#11584)mrsdizzie2020-05-291-1/+3
* Support unicode emojis and remove emojify.js (#11032)mrsdizzie2020-04-281-0/+45
* upgrade to most recent bluemonday (#11007)techknowlogick2020-04-071-3/+3
* Relax sanitization as per https://github.com/jch/html-pipeline (#10527)zeripath2020-02-281-6/+6
* Issue/PR Context Popups (#9822)John Olheiser2020-01-191-2/+2
* Change markdown rendering from blackfriday to goldmark (#9533)zeripath2019-12-311-2/+2
* Rewrite markdown rendering to blackfriday v2 and rewrite orgmode rendering to...Lauris BH2019-10-311-2/+2
* Support inline rendering of CUSTOM_URL_SCHEMES (#8496)guillep2k2019-10-151-0/+19
* Check commit message hashes before making links (#7713)Gary Kim2019-08-141-10/+12
* Removed unnecessary conversions (#7557)Christian Muehlhaeuser2019-07-231-6/+6
* Fix domain name pattern in email regex (#6739)mrsdizzie2019-04-241-0/+15
* Use ctx.metas for SHA hash links (#6645)mrsdizzie2019-04-161-3/+8
* Render SHA1 links as code blocks (#6546)silverwind2019-04-091-6/+6
* Use stricter boundaries for auto-link detection (#6522)mrsdizzie2019-04-071-0/+43
* Change order that PostProcess Processors are run (#6445)mrsdizzie2019-03-271-0/+6
* Replace linkRegex with xurls library (#6261)mrsdizzie2019-03-071-0/+9
* Remove visitLinksForShortLinks features (#6257)mrsdizzie2019-03-071-0/+4
* Modify linkRegex to require http|https (#6171)mrsdizzie2019-02-281-0/+62
* markup: escape short wiki link (#4091)Antoine GIRARD2018-06-151-0/+26
* Fix wiki inter-links with cases and add tests for this case (#3560)Chaz Reid2018-03-051-5/+11
* Rework special link parsing in the post-processing of markup (#3354)Morgan Bazalgette2018-02-271-400/+65
* Populate URL field of API commits (#3546)Ethan Koenig2018-02-201-36/+12
* Allow square brackets in external issue patterns (#3408)Christian Köberl2018-02-031-0/+5
* Recognize more characters in crossreferenced repo name (#3413)Lauris BH2018-01-271-0/+3