summaryrefslogtreecommitdiffstats
path: root/modules/markup
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded debug messages to stdout. (#18298)Ben Niemann2022-01-161-4/+0
* Simplify parameter types (#18006)Gusted2021-12-201-1/+1
* Fixed emoji alias not parsed in links (#16221)KN4CK3R2021-12-152-9/+16
* Fix markdown URL parsing (#17924)wxiaoguang2021-12-113-75/+127
* Make Requests Processes and create process hierarchy. Associate OpenRepositor...zeripath2021-11-301-6/+2
* Prevent double sanitize (#16386)KN4CK3R2021-11-193-64/+48
* A better go code formatter, and now `make fmt` can run in Windows (#17684)wxiaoguang2021-11-172-2/+2
* Add copy button to markdown code blocks (#17638)silverwind2021-11-162-13/+9
* Properly determine CSV delimiter (#17459)Richard Mahn2021-10-301-1/+1
* Fix issue markdown bugs (#17411)wxiaoguang2021-10-232-1/+5
* Fix some lints (#17337)Lunny Xiao2021-10-171-3/+3
* Open markdown image links in new window (#17287)wxiaoguang2021-10-112-4/+8
* 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