-
Notifications
You must be signed in to change notification settings - Fork 990
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
Enable definition lists #2718
Comments
Could be added via a setting in config.toml i think |
I was just about to ask to enable definition lists as well! I use definition lists extensively, and it would be great if Zola supports it. By the way, I really love Zola and appreciate the simplicity. Thanks for creating and maintaining Zola! |
Would a PR be welcomed? I never did development in Rust, but this seems not to be too difficult. |
Sure, this one particular feature should be a few lines of change so that's a good one to start |
pulldown-cmark markdown parser added support for definition lists in https://github.com/pulldown-cmark/pulldown-cmark/releases/tag/v0.12.0 Parsing of definition lists using zola is optional and can be enabled using configuration variable `definition_list = true` (default is false). Closes getzola#2718
pulldown-cmark markdown parser added support for definition lists in https://github.com/pulldown-cmark/pulldown-cmark/releases/tag/v0.12.0 Parsing of definition lists using zola is optional and can be enabled using configuration variable `definition_list = true` (default is false). Closes getzola#2718
* build: update pulldown-cmark to 0.12.2 * feat: enable rendering of definition list pulldown-cmark markdown parser added support for definition lists in https://github.com/pulldown-cmark/pulldown-cmark/releases/tag/v0.12.0 Parsing of definition lists using zola is optional and can be enabled using configuration variable `definition_list = true` (default is false). Closes #2718 * chore: update CHANGELOG
Pullmark now supports definition lists with the
ENABLE_DEFINITION_LIST
option. Please enable this for Zola.The text was updated successfully, but these errors were encountered: