-
-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
A line like:
<!DOCTYPE {{ config.page.doctype|default('html')|raw }}>
breaks the coloring - everything appears in standard text colors.
I am required to unnecessarily put the doctype tag into a literal for it to work:
{{'<!DOCTYPE'}} {{ config.page.doctype|default('html')|raw }} {{'>'}}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels