From 88a97b9fc0a6dfa5c872d135c613496bb71e5cc4 Mon Sep 17 00:00:00 2001 From: Ben Petty Date: Fri, 23 Dec 2016 14:37:34 -0800 Subject: command line (#517) add . before `codehilite` to generate a proper css output (to reference the codehilite class) --- docs/extensions/code_hilite.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/extensions/code_hilite.txt b/docs/extensions/code_hilite.txt index c44d9a5..52c101e 100644 --- a/docs/extensions/code_hilite.txt +++ b/docs/extensions/code_hilite.txt @@ -36,7 +36,7 @@ The CSS rules either need to be defined in or linked from the header of your HTML templates. Pygments can generate CSS rules for you. Just run the following command from the command line: - pygmentize -S default -f html -a codehilite > styles.css + pygmentize -S default -f html -a .codehilite > styles.css If you are using a different `css_class` (default: `codehilite`), then set the value of the `-a` option to that class name. The CSS rules will be -- cgit v1.2.3