vjousse / emmett

A reinvent the wheel project in Rust: static website generator for my blog

Home Page:https://vincent.jousse.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement custom markdown filter

vjousse opened this issue · comments

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