From 1b9fcf3894a09527c9471d4fffdf1c5c1ce98da0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vytautas=20=C5=A0altenis?= Date: Wed, 11 Oct 2017 21:26:17 +0300 Subject: [PATCH] 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. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index ad9e5ee..22e4755 100644 --- a/README.md +++ b/README.md @@ -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 ----