diff --git a/content/en/contribute/documentation.md b/content/en/contribute/documentation.md index e8603d432..7b198a4ca 100644 --- a/content/en/contribute/documentation.md +++ b/content/en/contribute/documentation.md @@ -94,15 +94,15 @@ Code blocks are crucial for providing examples of Hugo's new features to end use ### Standard Syntax -Across all pages on the Hugo docs, the typical triple-back-tick markdown syntax is used. If you do not want to take the extra time to implement the following code block shortcodes, please use standard GitHub-flavored markdown. The Hugo docs use a version of [highlight.js](https://highlightjs.org/) with a specific set of languages. +Across many pages on the Hugo docs, the typical triple-back-tick markdown syntax (```` ``` ````) is used. If you do not want to take the extra time to implement the following code block shortcodes, please use standard GitHub-flavored markdown. The Hugo docs use a version of [highlight.js](https://highlightjs.org/) with a specific set of languages. Your options for languages are `xml`/`html`, `go`/`golang`, `md`/`markdown`/`mkd`, `handlebars`, `apache`, `toml`, `yaml`, `json`, `css`, `asciidoc`, `ruby`, `powershell`/`ps`, `scss`, `sh`/`zsh`/`bash`/`git`, `http`/`https`, and `javascript`/`js`. -``` +```` ```
I am excited to be using Hugo.
-``` {{%/* /output */%}} ```