From af72b0fb34b334f48005279237340fa83ca60a4d Mon Sep 17 00:00:00 2001 From: Simon Legner Date: Thu, 1 Feb 2018 10:18:38 +0100 Subject: [PATCH] README: mention Prism for syntax highlighting --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 03786ac5..83ed65f8 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,7 @@ Modifications made to each document include: * replacing all external (not scraped) URLs with their fully qualified counterpart * replacing all internal (scraped) URLs with their unqualified and relative counterpart * adding content, such as a title and link to the original document +* ensuring correct syntax highlighting using [Prism](http://prismjs.com/) These modifications are applied via a set of filters using the [HTML::Pipeline](https://github.com/jch/html-pipeline) library. Each scraper includes filters specific to itself, one of which is tasked with figuring out the pages' metadata.