summaryrefslogtreecommitdiffstats
path: root/modules/markup/html_test.go
Commit message (Expand)AuthorAgeFilesLines
* Backport emoji fixes to 1.12 (#12327)silverwind2020-07-251-0/+4
* Update emoji regex (#11584) (#11679)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
* Fix issue link rendering in commit messages (#2897)Ethan Koenig2017-11-131-9/+31
* Add init support of orgmode document type on file view and readme (#2525)Lunny Xiao2017-09-211-1/+1
* Restructure markup & markdown to prepare for multiple markup language… (#2411)Lunny Xiao2017-09-161-0/+460