mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-14 12:34:44 -04:00
highlight: Remove some pygments references
This commit is contained in:
parent
1f08b684b0
commit
8fcf2c55d7
@ -152,7 +152,6 @@ Markdown syntax is simple enough to learn in a single sitting. The following are
|
|||||||
[mmark]: https://github.com/mmarkdown/mmark
|
[mmark]: https://github.com/mmarkdown/mmark
|
||||||
[org]: https://orgmode.org/
|
[org]: https://orgmode.org/
|
||||||
[pandoc]: https://www.pandoc.org/
|
[pandoc]: https://www.pandoc.org/
|
||||||
[Pygments]: https://pygments.org/
|
|
||||||
[rest]: https://docutils.sourceforge.io/rst.html
|
[rest]: https://docutils.sourceforge.io/rst.html
|
||||||
[sc]: /content-management/shortcodes/
|
[sc]: /content-management/shortcodes/
|
||||||
[sct]: /templates/shortcode-templates/
|
[sct]: /templates/shortcode-templates/
|
||||||
|
@ -435,7 +435,6 @@ To learn more about creating custom shortcodes, see the [shortcode template docu
|
|||||||
[Instagram]: https://www.instagram.com/
|
[Instagram]: https://www.instagram.com/
|
||||||
[pagevariables]: /variables/page/
|
[pagevariables]: /variables/page/
|
||||||
[partials]: /templates/partials/
|
[partials]: /templates/partials/
|
||||||
[Pygments]: https://pygments.org/
|
|
||||||
[quickstart]: /getting-started/quick-start/
|
[quickstart]: /getting-started/quick-start/
|
||||||
[sctemps]: /templates/shortcode-templates/
|
[sctemps]: /templates/shortcode-templates/
|
||||||
[scvars]: /variables/shortcodes/
|
[scvars]: /variables/shortcodes/
|
||||||
|
@ -24,7 +24,7 @@ See [Configure Highlight](/getting-started/configuration-markup#highlight).
|
|||||||
|
|
||||||
## Generate Syntax Highlighter CSS
|
## Generate Syntax Highlighter CSS
|
||||||
|
|
||||||
If you run with `pygmentsUseClasses=true` in your site config, you need a style sheet.
|
If you run with `markup.highlight.noClasses=false` in your site config, you need a style sheet.
|
||||||
|
|
||||||
You can generate one with Hugo:
|
You can generate one with Hugo:
|
||||||
|
|
||||||
|
@ -22,5 +22,3 @@ deprecated: false
|
|||||||
|
|
||||||
|
|
||||||
[highlight]: /content-management/shortcodes/#highlight
|
[highlight]: /content-management/shortcodes/#highlight
|
||||||
[installpygments]: /getting-started/installing/#installing-pygments-optional
|
|
||||||
[syntax]: /content-management/syntax-highlighting/
|
|
||||||
|
@ -552,7 +552,6 @@ Now that you've installed Hugo, read the [Quick Start guide][quickstart] and exp
|
|||||||
[installgo]: https://golang.org/dl/
|
[installgo]: https://golang.org/dl/
|
||||||
[linuxbrew]: https://docs.brew.sh/Homebrew-on-Linux
|
[linuxbrew]: https://docs.brew.sh/Homebrew-on-Linux
|
||||||
[Path Editor]: https://patheditor2.codeplex.com/
|
[Path Editor]: https://patheditor2.codeplex.com/
|
||||||
[pygments]: https://pygments.org
|
|
||||||
[quickstart]: /getting-started/quick-start/
|
[quickstart]: /getting-started/quick-start/
|
||||||
[redhatforum]: https://discourse.gohugo.io/t/solved-fedora-copr-repository-out-of-service/2491
|
[redhatforum]: https://discourse.gohugo.io/t/solved-fedora-copr-repository-out-of-service/2491
|
||||||
[releases]: https://github.com/gohugoio/hugo/releases
|
[releases]: https://github.com/gohugoio/hugo/releases
|
||||||
|
Loading…
x
Reference in New Issue
Block a user