aboutsummaryrefslogtreecommitdiffstats
path: root/modules/markup
Commit message (Expand)AuthorAgeFilesLines
* fix: media links in org files not liked to media files (#12997)Pranav Nachnekar2020-10-011-3/+17
* Fix markdown meta parsing (#12817)John Olheiser2020-09-122-7/+72
* Don't replace underscores in auto-generated IDs in goldmark (#12805)zeripath2020-09-121-1/+1
* Issue templates directory (#11450)John Olheiser2020-09-111-0/+49
* Update to go-org 1.3.2 (#12728)zeripath2020-09-051-3/+3
* Fix emoji replacements, make emoji images consistent (#12567)silverwind2020-08-232-1/+2
* Re-attempt to delete temporary upload if the file is locked by another proces...zeripath2020-08-111-1/+7
* Detect full references to issues and pulls in commit messages (#12399)zeripath2020-08-061-5/+71
* Add loading spinners and mermaid error handling (#12358)silverwind2020-08-042-5/+27
* Fix emoji detection in certain cases (#12320)mrsdizzie2020-07-251-0/+4
* 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