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