summaryrefslogtreecommitdiffstats
path: root/modules/markup
Commit message (Expand)AuthorAgeFilesLines
* Server-side syntax highlighting for all code (#12047)mrsdizzie2020-07-012-4/+30
* Disable all typographic replacements in markdown renderer (#11871)silverwind2020-06-132-8/+1
* Update emoji regex (#11584)mrsdizzie2020-05-292-7/+4
* Allow different HardBreaks settings for documents and comments (#11515)zeripath2020-05-242-8/+22
* Prevent 500 with badly formed task list (#11328)zeripath2020-05-113-21/+27
* Restore checkbox rendering and prevent poor sanitization of spans (#11277)zeripath2020-05-033-2/+20
* Remove last traces of has-emoji class (#11263)mrsdizzie2020-05-011-0/+2
* Support unicode emojis and remove emojify.js (#11032)mrsdizzie2020-04-283-0/+172
* Prevent panic during wrappedConn close at hammertime (#11219)zeripath2020-04-261-1/+0
* Make TaskCheckBox render correctly (#11214)zeripath2020-04-263-22/+97
* Use markdown frontmatter to provide Table of contents, language and frontmatt...zeripath2020-04-247-16/+506
* enable ENABLE_HARD_LINE_BREAK by default (#11162)silverwind2020-04-211-2/+2
* Handle yaml frontmatter (#11016)zeripath2020-04-091-0/+2
* upgrade to most recent bluemonday (#11007)techknowlogick2020-04-071-3/+3
* Fix internal server error on checkboxes (#10845)zeripath2020-03-261-1/+1
* Completely fix task-list checkbox styling (#10798)zeripath2020-03-221-0/+6
* Fix task-list checkbox styling (#10668)Alexander Scheel2020-03-081-0/+3
* Relax sanitization as per https://github.com/jch/html-pipeline (#10527)zeripath2020-02-282-9/+41
* Use media links for img in post-process (#10515)zeripath2020-02-281-5/+29
* Fix potential bugs (#10513)65432020-02-271-1/+1
* Don't manually replace whitespace during render (#10291)mrsdizzie2020-02-172-2/+0
* 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