summaryrefslogtreecommitdiffstats
path: root/modules/markup/html.go
Commit message (Expand)AuthorAgeFilesLines
* Update emoji regex (#11584)mrsdizzie2020-05-291-6/+1
* Remove last traces of has-emoji class (#11263)mrsdizzie2020-05-011-0/+2
* Support unicode emojis and remove emojify.js (#11032)mrsdizzie2020-04-281-0/+123
* Use markdown frontmatter to provide Table of contents, language and frontmatt...zeripath2020-04-241-0/+21
* Use media links for img in post-process (#10515)zeripath2020-02-281-5/+29
* Issue/PR Context Popups (#9822)John Olheiser2020-01-191-5/+5
* Change markdown rendering from blackfriday to goldmark (#9533)zeripath2019-12-311-5/+10
* Prefix all user-generated IDs in markup (#9477)John Olheiser2019-12-231-0/+9
* Alternate syntax for cross references (#9116)guillep2k2019-12-011-9/+27
* Fix team links in HTML rendering (#9127)guillep2k2019-11-241-2/+8
* Close/reopen issues by keywords in titles and comments (#8866)guillep2k2019-11-181-2/+10
* Support inline rendering of CUSTOM_URL_SCHEMES (#8496)guillep2k2019-10-151-0/+26
* Rewrite reference processing code in preparation for opening/closing from com...guillep2k2019-10-131-60/+64
* Make link last commit massages in repository home page and commit tables (#8006)jaqra2019-09-101-13/+60
* feat: highlight issue references with : (#8101)Rinat2019-09-051-2/+2
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-1/+1
* Check commit message hashes before making links (#7713)Gary Kim2019-08-141-0/+14
* Removed unnecessary conversions (#7557)Christian Muehlhaeuser2019-07-231-2/+2
* fix hljs unintenionally highlighting commit links (#7244)silverwind2019-06-181-0/+1
* Add golangci (#6418)kolaente2019-06-121-33/+1
* Fix domain name pattern in email regex (#6739)mrsdizzie2019-04-241-1/+1
* Use ctx.metas for SHA hash links (#6645)mrsdizzie2019-04-161-1/+4
* Improve issue autolinks (#6273)mrsdizzie2019-04-121-8/+26
* Render SHA1 links as code blocks (#6546)silverwind2019-04-091-14/+31
* Use stricter boundaries for auto-link detection (#6522)mrsdizzie2019-04-071-9/+9
* Improve SHA1 link detection (#6526)silverwind2019-04-061-16/+31
* Change order that PostProcess Processors are run (#6445)mrsdizzie2019-03-271-7/+7
* Use Go1.11 module (#5743)Mura Li2019-03-271-1/+1
* Fix reported issue in repo description (#6306)zeripath2019-03-111-0/+48
* Replace linkRegex with xurls library (#6261)mrsdizzie2019-03-071-3/+2
* Remove visitLinksForShortLinks features (#6257)mrsdizzie2019-03-071-14/+5
* Modify linkRegex to require http|https (#6171)mrsdizzie2019-02-281-1/+1
* Upgrade images in .drone.yml to more recent versions (#4819)techknowlogick2018-08-291-4/+4
* markup: escape short wiki link (#4091)Antoine GIRARD2018-06-151-0/+3
* Fix wiki inter-links with cases and add tests for this case (#3560)Chaz Reid2018-03-051-1/+5
* Rework special link parsing in the post-processing of markup (#3354)Morgan Bazalgette2018-02-271-392/+502
* Populate URL field of API commits (#3546)Ethan Koenig2018-02-201-25/+11
* Allow square brackets in external issue patterns (#3408)Christian Köberl2018-02-031-2/+2
* Recognize more characters in crossreferenced repo name (#3413)Lauris BH2018-01-271-1/+1
* Fix issue link rendering in commit messages (#2897)Ethan Koenig2017-11-131-17/+67
* Restructure markup & markdown to prepare for multiple markup language… (#2411)Lunny Xiao2017-09-161-0/+517