mirror of
https://github.com/gohugoio/hugo.git
synced 2026-09-02 11:42:37 +00:00
7fd64f19c8
It's a beautiful thing. A thousand thanks, Bud. See PR rdwatters/hugo-docs-concept#118
1013 B
1013 B
title, linktitle, description, godocref, date, publishdate, lastmod, categories, menu, tags, ns, signature, workson, hugoversion, relatedfuncs, deprecated
| title | linktitle | description | godocref | date | publishdate | lastmod | categories | menu | tags | ns | 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 |
|
|
|
|
false |
highlight takes a string of code and a language and then uses Pygments to return the syntax highlighted code in HTML.
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.