Skip to content
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

Inform about default markdown template engine #17

Open
mvsde opened this issue May 17, 2022 · 0 comments
Open

Inform about default markdown template engine #17

mvsde opened this issue May 17, 2022 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@mvsde
Copy link
Member

mvsde commented May 17, 2022

Maybe add a readme section about changing the default markdown template engine? Eleventy’s markdown pre-processing is quite the nice feature for certain use cases.

// .eleventy.js

module.exports = function (eleventyConfig) {
  return {
    markdownTemplateEngine: 'twig'
  }
}
@mvsde mvsde added the documentation Improvements or additions to documentation label May 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Development

No branches or pull requests

2 participants