aboutsummaryrefslogtreecommitdiffstats
path: root/modules/markup
Commit message (Expand)AuthorAgeFilesLines
* Fixed individual markdown tests. (#15802)KN4CK3R2021-05-091-0/+6
* Fix URL of gitea emoji (#15770)silverwind2021-05-072-2/+2
* Refactor renders (#15175)Lunny Xiao2021-04-1913-485/+652
* Add NeedPostProcess for Parser interface to improve performance of csv render...Lunny Xiao2021-04-135-4/+22
* Links in markdown should be absolute to the repository not the server (#15088)zeripath2021-04-112-1/+15
* Upgrade to bluemonday 1.0.7 (#15379)zeripath2021-04-091-1/+1
* Code Formats, Nits & Unused Func/Var deletions (#15286)65432021-04-091-3/+1
* Update to bluemonday-1.0.6 (#15294)zeripath2021-04-052-1/+15
* Add Tabular Diff for CSV files (#14661)KN4CK3R2021-03-293-71/+48
* Clusterfuzz found another way (#15160)zeripath2021-03-261-1/+1
* Fix another clusterfuzz identified issue (#15096)zeripath2021-03-221-1/+1
* another clusterfuzz spotted issue (#15032)zeripath2021-03-181-1/+1
* Remove extraneous logging (#15020)zeripath2021-03-181-5/+0
* Fix several render issues (#14986)zeripath2021-03-164-34/+130
* Make sure sibling images get a link too (#14979)zeripath2021-03-142-1/+43
* Clarify the suffices and prefixes of setting.AppSubURL and setting.AppURL (#1...zeripath2021-02-191-5/+4
* Remove NULs byte arrays passed to PostProcess (#14587)zeripath2021-02-181-1/+23
* Prevent panic on fuzzer provided string (#14405)zeripath2021-01-202-10/+53
* Render links for commit hashes followed by comma (#14224)Nuno Silva2021-01-032-1/+7
* Fix bug of link query order on markdown render (#14156)Lunny Xiao2020-12-291-1/+1
* Add mentionable teams to tributeValues and change team mention rules to gh's ...a10121127962020-12-211-4/+8
* Markdown task list improvements (#13952)silverwind2020-12-134-10/+10
* Fix crash in short link processor (#13839)mrsdizzie2020-12-041-10/+12
* Clickable links in pull request (and issue) titles (#13695)Jimmy Praet2020-12-031-0/+19
* Update golangci-lint to version 1.31.0 (#13102)kolaente2020-10-112-5/+5
* 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