summaryrefslogtreecommitdiffstats
path: root/modules/markup
Commit message (Expand)AuthorAgeFilesLines
* Don't convert ellipsis in markdown (#9905)John Olheiser2020-01-221-2/+3
* Issue/PR Context Popups (#9822)John Olheiser2020-01-195-16/+19
* Allow hyphen in language name (#9873)zeripath2020-01-191-1/+1
* Fix markdown anchor links (#9673)Moritz2020-01-161-0/+3
* Change markdown rendering from blackfriday to goldmark (#9533)zeripath2019-12-3111-261/+1064
* Prefix all user-generated IDs in markup (#9477)John Olheiser2019-12-233-9/+20
* Markdown: Sanitizier Configuration (#9075)Alexander Scheel2019-12-071-0/+9
* Allow kbd tags (#9245)John Olheiser2019-12-032-0/+6
* Alternate syntax for cross references (#9116)guillep2k2019-12-012-30/+64
* Fix team links in HTML rendering (#9127)guillep2k2019-11-241-2/+8
* Fix race condition in ReplaceSanitizer (#9123)zeripath2019-11-221-1/+0
* Close/reopen issues by keywords in titles and comments (#8866)guillep2k2019-11-181-2/+10
* Convert EOL to UNIX-style to render MD properly (#8925)guillep2k2019-11-132-1/+24
* Update go-org to optimize code (#8824)Lauris BH2019-11-051-20/+1
* Rewrite markdown rendering to blackfriday v2 and rewrite orgmode rendering to...Lauris BH2019-10-316-335/+256
* Support inline rendering of CUSTOM_URL_SCHEMES (#8496)guillep2k2019-10-154-11/+66
* Rewrite reference processing code in preparation for opening/closing from com...guillep2k2019-10-135-152/+398
* Make link last commit massages in repository home page and commit tables (#8006)jaqra2019-09-102-29/+80
* feat: highlight issue references with : (#8101)Rinat2019-09-052-2/+9
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-1/+1
* Detect delimiter in CSV rendering (#7869)Norwin2019-08-162-6/+66
* Check commit message hashes before making links (#7713)Gary Kim2019-08-143-14/+31
* Removed unnecessary conversions (#7557)Christian Muehlhaeuser2019-07-233-10/+10
* Fix markdown invoke sequence (#7513)Lunny Xiao2019-07-181-1/+1
* fix hljs unintenionally highlighting commit links (#7244)silverwind2019-06-182-4/+5
* Add golangci (#6418)kolaente2019-06-122-38/+1
* Fix wrong init dependency on markup extensions (#7038)Lunny Xiao2019-05-251-0/+8
* Fix domain name pattern in email regex (#6739)mrsdizzie2019-04-242-1/+16
* Use ctx.metas for SHA hash links (#6645)mrsdizzie2019-04-163-4/+16
* Improve issue autolinks (#6273)mrsdizzie2019-04-123-16/+52
* Render SHA1 links as code blocks (#6546)silverwind2019-04-093-23/+40
* Use stricter boundaries for auto-link detection (#6522)mrsdizzie2019-04-073-11/+70
* Improve SHA1 link detection (#6526)silverwind2019-04-062-21/+36
* Better logging (#6038) (#6095)zeripath2019-04-023-6/+6
* Change order that PostProcess Processors are run (#6445)mrsdizzie2019-03-272-7/+13
* Use Go1.11 module (#5743)Mura Li2019-03-271-1/+1
* Markdown: enable some more extensions (#6362)Roland Koebler2019-03-212-4/+72
* Fix reported issue in repo description (#6306)zeripath2019-03-111-0/+48
* Replace linkRegex with xurls library (#6261)mrsdizzie2019-03-072-3/+11
* Remove visitLinksForShortLinks features (#6257)mrsdizzie2019-03-072-14/+9
* Modify linkRegex to require http|https (#6171)mrsdizzie2019-02-282-1/+63
* Allow markdown files to read from the LFS (#5787)zeripath2019-02-121-1/+1
* Recover panic in orgmode.Render if bad orgfile (#4982) (#5903)zeripath2019-01-301-4/+10
* Prioritize "readme.md" (#5691)Khaled Hamed2019-01-142-2/+29
* support envs on external render commands (#5278)Lunny Xiao2018-11-201-5/+17
* Fix markdown image with link (#4675)L.E.R2018-10-302-22/+21
* Pass link prefixes to external markup parsers (#5201)Nicolas Lenz2018-10-301-0/+5
* Upgrade images in .drone.yml to more recent versions (#4819)techknowlogick2018-08-291-4/+4
* Add csv file render support defaultly (#4105)Lunny Xiao2018-07-212-0/+83
* Replace src with raw to fix image paths (#4377)Jonas Franz2018-07-051-1/+1