We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
src/generators
we want to parse and render html syntax inside html raw and tokens generators.
pass allowHTML: true to the transform function inside generators.
allowHTML: true
transform
html generator:
playground/src/generators.ts
Lines 59 to 66 in 8940157
tokens generator:
Lines 68 to 79 in 8940157
The text was updated successfully, but these errors were encountered:
No branches or pull requests
src/generators
we want to parse and render html syntax inside html raw and tokens generators.
pass
allowHTML: true
to thetransform
function inside generators.html generator:
playground/src/generators.ts
Lines 59 to 66 in 8940157
tokens generator:
playground/src/generators.ts
Lines 68 to 79 in 8940157
The text was updated successfully, but these errors were encountered: