-
-
Notifications
You must be signed in to change notification settings - Fork 506
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
Template extension aliasing, use .markdown
for markdown files
#207
Comments
This repository is now using lodash style issue management for enhancements. This means enhancement issues will now be closed instead of leaving them open. The enhancement backlog can be found here: https://github.com/11ty/eleventy/issues?utf8=%E2%9C%93&q=label%3Aneeds-votes+sort%3Areactions-%2B1-desc+ Don’t forget to upvote the top comment with 👍! |
Also a request in #223 to use |
The default file extension used for template engines should be the most commonly used extension - |
Just a cursory look at the mustache.js docs would suggest |
cc @medfreeman can you upvote here instead of #124? Thanks! |
…only includes supplementing (if you add .markdown it requires you also to parse .md files).
Please see the limitation of the current implementation at #207 and let me know what you think. Wondering how deep to go here. |
As it stands, this is slated for 0.7.0. |
Sorry but this is being punted out of 0.7.0 for now. I’m not happy with my implementation and I think it will cause headaches so I will revisit for a future release! |
Keep in mind the relevant (closed) discussion at #319. We’ll coalesce here at this issue. |
I would love to add aliases for existing formats. We have a custom markdown file format called mathpix markdown which is supported through markdown-it plugin but the extension is I think there was some progress on this at #319, I really don't think anyone wants to not use the default and only pick up the added aliases. |
Aliasing would be great. Don’t need replacement. I’m pro |
This is shipping with 2.0.0-canary.19 https://www.11ty.dev/docs/languages/custom/#aliasing-an-existing-template-language |
Some mechanism to allow extension of existing template engines with additional file extensions.
@paulrobertlloyd surfaced this in #117 (comment) with the desire to use
.markdown
.I wonder if it would be useful to remove the original
.md
if you’re using something else or if supplementing is sufficient.The text was updated successfully, but these errors were encountered: