Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/extensions/code_hilite.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down