-
-
Notifications
You must be signed in to change notification settings - Fork 496
New issue
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
More extensible template syntax chaining. #3298
Comments
|
Related: #3302 |
Moving off of the queue, related work in #3300 got us close here. |
Shipping with 3.0.0-alpha.11. This feature lets you alias to existing custom template syntaxes. This removes the limitations on: https://www.11ty.dev/docs/languages/custom/#aliasing-an-existing-template-language
You can now add the other properties to your addExtension ( |
Docs updates shipped. |
Note that markdown and HTML types have an option to preprocess with another syntax: https://www.11ty.dev/docs/languages/
Note also that Custom syntax has access to default renderer when aliasing: https://www.11ty.dev/docs/languages/custom/#aliasing-an-existing-template-language
I would like this to be more extensible beyond just markdown and HTML types, allowing folks to chain together whatever syntaxes they want.
The text was updated successfully, but these errors were encountered: