From 36f93af27538ad04c1929b1759140d237dafa98f Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Sun, 14 Aug 2016 11:52:21 -0700 Subject: [PATCH] Compare Pelican hl_lines to Sphinx emphasize-lines See #1510 --- docs/content.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/content.rst b/docs/content.rst index 0fa89921..7f6a9591 100644 --- a/docs/content.rst +++ b/docs/content.rst @@ -455,7 +455,13 @@ Option Valid values Description ============= ============ ========================================= anchorlinenos N/A If present wrap line numbers in tags. classprefix string String to prepend to token class names -hl_lines numbers List of lines to be highlighted. +hl_lines numbers List of lines to be highlighted, where + line numbers to highlight are separated + by a space. This is similar to + ``emphasize-lines`` in Sphinx, but it + does not support a range of line numbers + separated by a hyphen, or comma-separated + line numbers. lineanchors string Wrap each line in an anchor using this string and -linenumber. linenos string If present or set to "table" output line