Handling of triple mustache ({{{
and }}}
) for raw html interpolation
#36
Labels
Milestone
{{{
and }}}
) for raw html interpolation
#36
Scope
mustache
What do you want to define?
While the implemented parser is able to parse triple mustaches with the intention of injecting raw html, its "support" is not routed into the directive for the following reasons:
Text
node must be splitted in order to inject the html in-betweenWeakMap<Text, WeakSet<HTMLElement>>
mappingownerDocument
are now skipped by reactive renders)*html
directive can be used as a workaround, so this leave time for this to be discussed and thought aboutI have searched for existing issues
Yes
The text was updated successfully, but these errors were encountered: