From 2e61a03602ef6c8728648c9740e88ff2a8dc5420 Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Thu, 24 Apr 2025 16:15:55 -0700 Subject: [PATCH] content: Update content format descriptions --- content/en/content-management/formats.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/en/content-management/formats.md b/content/en/content-management/formats.md index 1acaae063..087f9d9b8 100644 --- a/content/en/content-management/formats.md +++ b/content/en/content-management/formats.md @@ -75,7 +75,7 @@ Create your content in the [Emacs Org Mode] format preceded by front matter. You ### AsciiDoc -Create your content in the [AsciiDoc] format preceded by front matter. Hugo renders AsciiDoc content to HTML using the Asciidoctor executable. You must install Asciidoctor and its dependencies (Ruby) to use the AsciiDoc content format. +Create your content in the [AsciiDoc] format preceded by front matter. Hugo renders AsciiDoc content to HTML using the Asciidoctor executable. You must install Asciidoctor and its dependencies (Ruby) to render the AsciiDoc content format. You can configure the AsciiDoc renderer in your [site configuration][configure asciidoc]. @@ -97,7 +97,7 @@ hugo --logLevel info ### Pandoc -Create your content in the [Pandoc] format preceded by front matter. Hugo renders Pandoc content to HTML using the Pandoc executable. You must install Pandoc to use the Pandoc content format. +Create your content in the [Pandoc] format preceded by front matter. Hugo renders Pandoc content to HTML using the Pandoc executable. You must install Pandoc to render the Pandoc content format. Hugo passes these CLI flags when calling the Pandoc executable: @@ -109,7 +109,7 @@ Hugo passes these CLI flags when calling the Pandoc executable: ### reStructuredText -Create your content in the [reStructuredText] format preceded by front matter. Hugo renders reStructuredText content to HTML using [Docutils], specifically rst2html. You must install Docutils and its dependencies (Python) to use the reStructuredText content format. +Create your content in the [reStructuredText] format preceded by front matter. Hugo renders reStructuredText content to HTML using [Docutils], specifically rst2html. You must install Docutils and its dependencies (Python) to render the reStructuredText content format. Hugo passes these CLI flags when calling the rst2html executable: