From e298c981a0ff0df4ac6cea40d2f966ddb48b65e7 Mon Sep 17 00:00:00 2001 From: "Thomas M. Edwards" Date: Mon, 6 Nov 2023 12:59:46 -0600 Subject: [PATCH] docs: moar --- docs/core/usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core/usage.md b/docs/core/usage.md index 4110eeb..f4e7199 100644 --- a/docs/core/usage.md +++ b/docs/core/usage.md @@ -58,7 +58,7 @@ Where [options] are mostly optional configuration flags—see [Opti

Log various story statistics. Primarily, passage and word counts.

Note: Unsupported when watch mode (-w, --watch) is enabled.

-
-m SRC, --module=SRC
Module sources (repeatable); may consist of supported files and/or directories to recursively search for such files. Each file will be wrapped within the appropriate markup and bundled into the <head> element of the compiled HTML. Supported files: .css, .js, .otf, .ttf, .woff, .woff2.
+
-m SRC, --module=SRC
Module sources (repeatable); may consist of supported files and/or directories to recursively search for such files. Each file will be wrapped within the appropriate markup and bundled into the <head> element of the compiled HTML. Supported files: .css, .js, .mjs, .otf, .ttf, .woff, .woff2.
--no-trim

Do not trim whitespace surrounding passages—i.e., whitespace preceding and trailing the actual text of the passage. By default, such whitespace is removed when processing passages.

Note: It is recommended that you do not disable passage trimming.