Update formats.md doc for new allowed extensions.
authorBryan Klein <klein@thunderheadeng.com>
Thu, 2 Jul 2020 22:16:33 +0000 (15:16 -0700)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Thu, 2 Jul 2020 23:27:51 +0000 (01:27 +0200)
This PR documents the changes made in https://github.com/gohugoio/hugo/pull/7447/files adding two other extensions to the Allowed list.

docs/content/en/content-management/formats.md

index 3e7506755eeb8520f526038b5119d3d17b95f809..f84d912bab9d5ce78ef9f36541572c5c8563b206 100644 (file)
@@ -75,7 +75,7 @@ Parameter | Default | Comment
 --- | --- | --- 
 backend | `html5` | Don't change this unless you know what you are doing.
 doctype | `article` | Document type (article, book or manpage).
-extensions | | Possible extensions are `asciidoctor-html5s`, `asciidoctor-diagram`,    `asciidoctor-interdoc-reftext`, `asciidoctor-katex`, `asciidoctor-latex`, `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`, `asciidoctor-rouge`.
 attributes | | Variables to be referenced in your `adoc` file. This is a list of variable name/value maps. See [Asciidoctor#attributes](https://asciidoctor.org/docs/asciidoc-syntax-quick-reference/#attributes-and-substitutions).
 noheaderorfooter | true | 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 | `unsafe` | Safe mode level `unsafe`, `safe`, `server` or `secure`. Don't change this unless you know what you are doing.