marceljs / marcel

Marcel is a simple static site generator.
https://marceljs.github.io/docs
MIT License
10 stars 0 forks source link

Markdown: externalize pipeline #35

Closed danburzo closed 6 years ago

danburzo commented 6 years ago

The Markdown processor should be externalized in a way that's easy to change even by the end user, via config. remark is great, but is relatively sophisticated / slow in comparison with others. Investigate whether the default setup warrants a switch to marked.

danburzo commented 6 years ago

On the other hand, remark may be best equipped for supporting plugins, so let's make the Markdown part available as part of the plugin system (#45)