themsaid / ibis

A PHP tool that helps you write eBooks in markdown and convert to PDF.
MIT License
1.97k stars 150 forks source link

Allow Commonmark to be extended #40

Closed aarondfrancis closed 3 years ago

aarondfrancis commented 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.

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!

aarondfrancis commented 3 years ago

Here's the implementation of the Torchlight extension, if you're curious!

https://github.com/torchlight-api/torchlight-ibis