| Package | Description |
|---|---|
| org.commonmark.renderer.html |
HTML rendering (see
HtmlRenderer) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultUrlSanitizer
Allows http, https and mailto protocols for url.
|
| Modifier and Type | Method and Description |
|---|---|
UrlSanitizer |
HtmlNodeRendererContext.urlSanitizer() |
| Modifier and Type | Method and Description |
|---|---|
HtmlRenderer.Builder |
HtmlRenderer.Builder.urlSanitizer(UrlSanitizer urlSanitizer)
UrlSanitizer used to filter URL's if HtmlRenderer.Builder.sanitizeUrls is true. |
Copyright © 2021. All rights reserved.