hugoDocs/content/en/functions/highlight.md
Anthony Fok 77578f5bfc
Move content/ into new contentDir content/en/
in preparation for adding new translations such as Chinese.

Paths for "readfile" shortcode are adjusted accordingly.

See #461
2018-05-01 11:23:28 -06:00

918 B

title linktitle description godocref date publishdate lastmod categories menu keywords signature workson hugoversion relatedfuncs deprecated
highlight highlight Takes a string of code and language declaration and uses Pygments to return syntax-highlighted HTML with inline-styles. 2017-02-01 2017-02-01 2017-02-01
functions
docs
parent
functions
highlighting
pygments
code blocks
syntax
highlight INPUT LANG OPTIONS
false

highlight is used in Hugo's built-in highlight shortcode.

See Installing Hugo for more information on Pygments or Syntax Highlighting for more options on how to add syntax highlighting to your code blocks with Hugo.