mrdocs::helpers::detag_fn
"detag" helper function
Synopsis
Declared in <mrdocs/Support/Handlebars.hpp>
dom::Value
detag_fn(dom::Value html);
Description
The "detag" helper applies the regex expression "<[fn->]>+>" to the input to remove all HTML tags.
Parameters
Name |
Description |
html |
A variant container for any kind of Dom value. |
Created with MrDocs