vjousse / emmett

A reinvent the wheel project in Rust: static website generator for my blog
https://vincent.jousse.org
5 stars 0 forks source link

Implement custom markdown filter #7

Closed vjousse closed 2 years ago

vjousse commented 2 years ago

We should create a custom markdown filter that will have access to the global configuration instead of reading the configuration again in the filter https://github.com/vjousse/emmett/blob/feat/add_syntax_highlighting/src/content.rs#L87