summaryrefslogtreecommitdiffstats
path: root/modules/markup
Commit message (Expand)AuthorAgeFilesLines
* Prevent panic in Org mode HighlightCodeBlock (#17140)zeripath2021-09-242-1/+34
* refactor: move from io/ioutil to io and os package (#17109)Eng Zer Jun2021-09-224-8/+4
* Do not show issue context popup on external issues (#17050)zeripath2021-09-153-4/+11
* In Render tolerate not being passed a context (#16842)zeripath2021-08-281-1/+7
* Fix NPE in fuzzer (#16680)zeripath2021-08-132-1/+17
* Fix table alignment in markdown (#16596)zeripath2021-08-021-1/+3
* modules/markup/markdown: fix dropped test error (#16438)Lars Lehtonen2021-07-181-0/+1
* cleanup code `issueFullPattern` in modules/markup (#16419)Josef Fröhle2021-07-152-7/+9
* Fix external renderer (#16401)65432021-07-121-0/+4
* Update bluemonday to v1.0.15 (#16379)65432021-07-091-3/+3
* Fix various documentation, user-facing, and source comment typos (#16367)luzpaz2021-07-083-4/+4
* Fix relative links in postprocessed images (#16334)zeripath2021-07-042-1/+37
* Prevent zombie processes (#16314)zeripath2021-06-301-1/+9
* Add custom emoji support (#16004)65432021-06-292-16/+20
* Add sanitizer rules per renderer (#16110)KN4CK3R2021-06-237-66/+114
* Add code block highlight to orgmode back (#14222)Lunny Xiao2021-06-231-0/+44
* Use html.Parse rather than html.ParseFragment (#16223)zeripath2021-06-221-13/+12
* More efficiently parse shas for shaPostProcessor (#16101)zeripath2021-06-212-10/+64
* Run processors on whole of text (#16155)zeripath2021-06-172-318/+411
* issue-keyword class is being incorrectly stripped off spans (#16163)zeripath2021-06-161-5/+2
* Fix data URI scramble (#16098)KN4CK3R2021-06-074-19/+23
* Fixed assert statements. (#16089)KN4CK3R2021-06-071-2/+2
* Fix regression of renderer (#16091)Lunny Xiao2021-06-061-24/+34
* Make tasklist checkboxes clickable (#15791)KN4CK3R2021-05-233-13/+14
* 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