Results 1383 comments of Vincent Prouillet

Can you clean up the commit history?

> Another question: shouldn't the Github style footnotes use the same CSS class names as the old footnotes? Probably? If it makes sense

> quite a few markdown tools use the GitHub style with these classes do you have examples?

Oh let's wait for that then if you don't mind, we would switch to it at the next release of pulldown-cmark anyway

No, we'll update the library to add support when it's released

Sweet! That's a long list of changes, anyone interested in doing a PR? I think there are quite a few changes to make to the current parser

It should probably on its own PR, with an option in the config.toml that will enable the pulldown-cmark flag. Closing this PR as it's now outdated

Have a look at how we are doing for the taxonomies list/single templates, it should be roughly the same. We just need to have a special folder with specific names...

I think we can work in the boundaries of the markdown parser in https://github.com/getzola/zola/blob/master/components/markdown/src/markdown.rs#L326 You would need to collect all events for each type of template and return the template...