From 46c73eb196baff5bb07288f245b223bd1a30fba6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vytautas=20=C5=A0altenis?= Date: Sat, 4 Aug 2018 13:11:49 +0300 Subject: [PATCH] Add a link to bfchroma, glue library with Chroma (#400) 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 e0066b0..3c62e13 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 ----