Commit 58a10a6e authored by Amy Qualls's avatar Amy Qualls

Merge branch '219970-replace-blacklist-whitelist-in-doc-user-markdown-md' into 'master'

Resolve "Replace blacklist/whitelist in doc//user/markdown.md"

Closes #219970

See merge request gitlab-org/gitlab!33751
parents 553fa151 5c20c67d
......@@ -1017,7 +1017,7 @@ You can also use raw HTML in your Markdown, and it will usually work pretty well
See the documentation for HTML::Pipeline's [SanitizationFilter](https://github.com/jch/html-pipeline/blob/v2.12.3/lib/html/pipeline/sanitization_filter.rb#L42)
class for the list of allowed HTML tags and attributes. In addition to the default
`SanitizationFilter` whitelist, GitLab allows `span`, `abbr`, `details` and `summary` elements.
`SanitizationFilter` allowlist, GitLab allows `span`, `abbr`, `details` and `summary` elements.
```html
<dl>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment