From 12e896bc0707316e171beb7a582d4b743c7af23e Mon Sep 17 00:00:00 2001 From: Hybras <24651269+hybras@users.noreply.github.com> Date: Sun, 13 Aug 2023 11:42:17 -0400 Subject: [PATCH] Remove reference to asciidoctor-rouge extension --- content/en/content-management/formats.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/content-management/formats.md b/content/en/content-management/formats.md index a974d41d3..f85c304cf 100644 --- a/content/en/content-management/formats.md +++ b/content/en/content-management/formats.md @@ -65,7 +65,7 @@ Parameter | Comment --- | --- backend | Don't change this unless you know what you are doing. doctype | Currently, the only document type supported in Hugo is `article`. -extensions | Possible extensions are `asciidoctor-html5s`, `asciidoctor-bibtex`, `asciidoctor-diagram`, `asciidoctor-interdoc-reftext`, `asciidoctor-katex`, `asciidoctor-latex`, `asciidoctor-mathematical`, `asciidoctor-question`, `asciidoctor-rouge`. +extensions | Possible extensions are `asciidoctor-html5s`, `asciidoctor-bibtex`, `asciidoctor-diagram`, `asciidoctor-interdoc-reftext`, `asciidoctor-katex`, `asciidoctor-latex`, `asciidoctor-mathematical`, `asciidoctor-question`. attributes | Variables to be referenced in your AsciiDoc file. This is a list of variable name/value maps. See [Asciidoctor's attributes](https://asciidoctor.org/docs/asciidoc-syntax-quick-reference/#attributes-and-substitutions). noHeaderOrFooter | Output an embeddable document, which excludes the header, the footer, and everything outside the body of the document. Don't change this unless you know what you are doing. safeMode | Safe mode level `unsafe`, `safe`, `server` or `secure`. Don't change this unless you know what you are doing.