File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -61,10 +61,10 @@ shiroa build --path-to-root /shiroa/ book-project1
6161== # cli-flag ;mode
6262
6363The `--mode` option allows you to specify the mode of rendering typst document. The default mode is `normal` .
64- - (Default) `dynamic -paged` : dynamically render as paged document.
64+ - (Default) `dyn -paged` : dynamically render as paged document.
6565- (Experimental) `static-html` : statically render the whole document, the embedded
6666 frames are not resizable.
67- - (Todo) `static-html-static -paged` : statically render html parts as much as
67+ - (Todo) `static-html-dyn -paged` : statically render html parts as much as
6868 possible, and leave frames rendered dynamically.
6969
7070The dynamically rendering means that some elements will be rendered by a wasm renderer in the browser.
You can’t perform that action at this time.
0 commit comments