Struct DefaultDietFilters
Provides the default css
, javascript
, markdown
and htmlescape
filters
struct DefaultDietFilters
;
Fields
Name | Type | Description |
---|---|---|
filters
|
@safe void delegate(in char[], @safe scope void delegate(in char[])) |
Methods
Name | Description |
---|---|
filterCss
(text, indent)
|
|
filterHtmlescape
(text)
|
|
filterJavascript
(text, indent)
|
|
filterMarkdown
(text)
|