summaryrefslogtreecommitdiffstats
path: root/modules/markup/sanitizer.go
Commit message (Expand)AuthorAgeFilesLines
* Add color previews in markdown (#21474)Yarden Shoham2022-10-211-2/+5
* Add KaTeX rendering to Markdown. (#20571)zeripath2022-09-141-2/+2
* Allow to specify colors for text in markup (#20363)Gusted2022-07-151-0/+6
* format with gofumpt (#18184)65432022-01-201-1/+2
* Prevent double sanitize (#16386)KN4CK3R2021-11-191-3/+2
* Add copy button to markdown code blocks (#17638)silverwind2021-11-161-1/+4
* Do not show issue context popup on external issues (#17050)zeripath2021-09-151-1/+1
* Add sanitizer rules per renderer (#16110)KN4CK3R2021-06-231-31/+57
* issue-keyword class is being incorrectly stripped off spans (#16163)zeripath2021-06-161-5/+2
* Fix data URI scramble (#16098)KN4CK3R2021-06-071-10/+0
* Make tasklist checkboxes clickable (#15791)KN4CK3R2021-05-231-1/+1
* Update to bluemonday-1.0.6 (#15294)zeripath2021-04-051-1/+3
* Add Tabular Diff for CSV files (#14661)KN4CK3R2021-03-291-0/+4
* Markdown task list improvements (#13952)silverwind2020-12-131-3/+3
* Add loading spinners and mermaid error handling (#12358)silverwind2020-08-041-0/+1
* Server-side syntax highlighting for all code (#12047)mrsdizzie2020-07-011-4/+4
* Prevent 500 with badly formed task list (#11328)zeripath2020-05-111-1/+1
* Restore checkbox rendering and prevent poor sanitization of spans (#11277)zeripath2020-05-031-2/+3
* Support unicode emojis and remove emojify.js (#11032)mrsdizzie2020-04-281-0/+4
* Make TaskCheckBox render correctly (#11214)zeripath2020-04-261-2/+6
* Use markdown frontmatter to provide Table of contents, language and frontmatt...zeripath2020-04-241-0/+3
* 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-281-3/+35
* Issue/PR Context Popups (#9822)John Olheiser2020-01-191-0/+3
* Allow hyphen in language name (#9873)zeripath2020-01-191-1/+1
* Change markdown rendering from blackfriday to goldmark (#9533)zeripath2019-12-311-0/+8
* Markdown: Sanitizier Configuration (#9075)Alexander Scheel2019-12-071-0/+9
* Allow kbd tags (#9245)John Olheiser2019-12-031-0/+3
* Fix race condition in ReplaceSanitizer (#9123)zeripath2019-11-221-1/+0
* Support inline rendering of CUSTOM_URL_SCHEMES (#8496)guillep2k2019-10-151-11/+17
* Rewrite reference processing code in preparation for opening/closing from com...guillep2k2019-10-131-0/+3
* Restructure markup & markdown to prepare for multiple markup languageā€¦ (#2411)Lunny Xiao2017-09-161-0/+58