aboutsummaryrefslogtreecommitdiffstats
path: root/modules/markup/sanitizer.go
Commit message (Expand)AuthorAgeFilesLines
* Split sanitizer functions and fine-tune some tests (#31192)wxiaoguang2024-05-311-201/+21
* Fix code block style for code preview (#30298)wxiaoguang2024-04-061-1/+1
* Render embedded code preview by permlink in markdown (#30234)wxiaoguang2024-04-021-0/+15
* Refactor markdown attention render (#29833)wxiaoguang2024-03-161-10/+3
* Add alert blocks in markdown (#29121)Yarden Shoham2024-02-101-2/+3
* Use restricted sanitizer for repository description (#28141)Earl Warren2023-11-231-3/+32
* Render plaintext task list items for markdown files (#26186)Earl Warren2023-07-271-0/+3
* Disallow dangerous url schemes (#25960)KN4CK3R2023-07-181-0/+9
* Fix video width overflow in markdown, and other changes to match img (#24834)Brecht Van Lommel2023-05-211-1/+1
* Allow all URL schemes in Markdown links by default (#24805)Yarden Shoham2023-05-191-1/+6
* Allow `<video>` in MarkDown (#22892)Sybren2023-03-011-0/+2
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add attention blocks within quote blocks for `Note` and `Warning` (#21711)Yarden Shoham2022-11-091-0/+7
* 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