diff --git a/docs/core/usage.md b/docs/core/usage.md index c7e83cc..4110eeb 100644 --- a/docs/core/usage.md +++ b/docs/core/usage.md @@ -86,7 +86,9 @@ The following extensions are supported:
.tw, .twee

Twee notation source files to process for passages.

-

Note: If any of these files are in the unofficial Twee2 notation, you must manually enable the Twee2 compatibility mode via its command line option (--twee2-compat).

+

Note: + If any of these files are in the unofficial Twee2 notation, you must manually enable the Twee2 compatibility mode via its command line option (--twee2-compat). +

.tw2, .twee2
Unofficial Twee2 notation source files to process for passages. Twee2 compatibility mode is automatically enabled for files with these extensions.
@@ -96,6 +98,13 @@ The following extensions are supported:
CSS source files to bundle.
.js
JavaScript source files to bundle.
+
.mjs
+
+

JavaScript module (ESM) source files to bundle.

+

Note: + May only be used with the module option (-m SRC, --module=SRC). +

+
.otf, .ttf, .woff, .woff2
Font files to bundle, as @font-face style rules. The generated name of the font family will be the font's base filename sans its extension—e.g., the family name for chinacat.tff will be chinacat.
.gif, .jpeg, .jpg, .png, .svg, .tif, .tiff, .webp