From 1fac1e662866eee6c1b48f68187bc347adc786da Mon Sep 17 00:00:00 2001 From: Kaushal Modi Date: Mon, 16 Oct 2017 16:32:35 -0400 Subject: [PATCH] Make a link specifically point to Pygments HTML Formatter docs The updated link takes user to the relevant place in the Pygments documentation (HTML Formatter section) that explains the `linenos`, `hl_lines`, etc options. --- content/content-management/syntax-highlighting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/content-management/syntax-highlighting.md b/content/content-management/syntax-highlighting.md index f2ff55fe1..ffb430bdb 100644 --- a/content/content-management/syntax-highlighting.md +++ b/content/content-management/syntax-highlighting.md @@ -101,7 +101,7 @@ hl_lines : Highlight a space separated list of line numbers. For Chroma, you can provide a list of ranges, i.e. "3-8 10-20". -The full set of supported options for Pygments is: `encoding`, `outencoding`, `nowrap`, `full`, `title`, `style`, `noclasses`, `classprefix`, `cssclass`, `cssstyles`, `prestyles`, `linenos`, `hl_lines`, `linenostart`, `linenostep`, `linenospecial`, `nobackground`, `lineseparator`, `lineanchors`, `linespans`, `anchorlinenos`, `startinline`. See the [Pygments Documentation](http://pygments.org/) for details. +The full set of supported options for Pygments is: `encoding`, `outencoding`, `nowrap`, `full`, `title`, `style`, `noclasses`, `classprefix`, `cssclass`, `cssstyles`, `prestyles`, `linenos`, `hl_lines`, `linenostart`, `linenostep`, `linenospecial`, `nobackground`, `lineseparator`, `lineanchors`, `linespans`, `anchorlinenos`, `startinline`. See the [Pygments HTML Formatter Documentation](http://pygments.org/docs/formatters/#HtmlFormatter) for details. ## Generate Syntax Highlighter CSS