summaryrefslogtreecommitdiffstats
path: root/modules/markup/html_test.go
Commit message (Expand)AuthorAgeFilesLines
* Rework markup link rendering (#26745) (#28803)KN4CK3R2024-01-161-46/+71
* Render email addresses as such if followed by punctuation (#27987) (#27992)Giteabot2023-11-111-0/+12
* Do not highlight `#number` in documents (#26365)Earl Warren2023-08-071-0/+36
* Refactor path & config system (#25330)wxiaoguang2023-06-211-3/+2
* Merge setting.InitXXX into one function with options (#24389)Lunny Xiao2023-05-041-2/+3
* Use more specific test methods (#24265)KN4CK3R2023-04-221-1/+1
* Add context when rendering labels or emojis (#23281)Jonathan Tran2023-03-051-0/+14
* Refactor the setting to make unit test easier (#22405)Lunny Xiao2023-02-201-1/+2
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* 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