Closed aarondfrancis closed 3 years ago
This PR looks for a configure_commonmark key in the config and if present, it will be called passing the $environment through.
configure_commonmark
$environment
This will allow people to swap in new highlighters or any other commonmark extensions, of which there are many.
Let me know what you think!
Here's the implementation of the Torchlight extension, if you're curious!
https://github.com/torchlight-api/torchlight-ibis
This PR looks for a
configure_commonmark
key in the config and if present, it will be called passing the$environment
through.This will allow people to swap in new highlighters or any other commonmark extensions, of which there are many.
Let me know what you think!