mirror of
https://github.com/russross/blackfriday.git
synced 2024-03-22 13:40:34 +08:00
Add a link to bfchroma, glue library with Chroma
Chroma is a general purpose code highlighting library, and bfchroma provides an easy to use glue layer for Blackfriday to interface with Chroma. Fixes #10.
This commit is contained in:
parent
6d1ef893fc
commit
1b9fcf3894
|
@ -331,6 +331,12 @@ are a few of note:
|
|||
* [LaTeX output](https://bitbucket.org/ambrevar/blackfriday-latex):
|
||||
renders output as LaTeX.
|
||||
|
||||
* [bfchroma](https://github.com/Depado/bfchroma/): provides convenience
|
||||
integration with the [Chroma](https://github.com/alecthomas/chroma) code
|
||||
highlighting library. bfchroma is only compatible with v2 of Blackfriday and
|
||||
provides a drop-in renderer ready to use with Blackfriday, as well as
|
||||
options and means for further customization.
|
||||
|
||||
|
||||
TODO
|
||||
----
|
||||
|
|
Loading…
Reference in New Issue
Block a user