You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+7-6
Original file line number
Diff line number
Diff line change
@@ -16,11 +16,12 @@ Where:
16
16
17
17
*_filename-or-glob-expression_ is a valid file or [glob](http://en.wikipedia.org/wiki/Glob_(programming)) expression that will be compiled into HTML.
18
18
* The following options are supported:
19
-
***\-\-field/<field>=<value>** causes {{hs}} to set a custom field to a specific value.
20
-
***\-\-notoc** causes {{hs}} to output HTML documents _without_ automatically generating a Table of Contents at the start.
21
-
***\-\-user-css=<file>** causes {{hs}} inserts the contents of the specified local file as a CSS stylesheet.
22
-
***\-\-output-file=<file>** causes {{hs}} to write output to a local file (Use [\-\-output-file=-](class:opt) to output to standard output).
23
-
***\-\-watermark=<file>** causes {{hs}} to embed and display an image as a watermark throughout the document.
19
+
***\-\-field/<field>=<value>** causes HastyScribe to set a custom field to a specific value.
20
+
***\-\-notoc** causes HastyScribe to output HTML documents _without_ automatically generating a Table of Contents at the start.
21
+
***\-\-user-css=<file>** causes HastyScribe inserts the contents of the specified local file as a CSS stylesheet.
22
+
***\-\-output-file=<file>** causes HastyScribe to write output to a local file (Use [\-\-output-file=-](class:opt) to output to standard output).
23
+
***\-\-watermark=<file>** causes HastyScribe to embed and display an image as a watermark throughout the document.
24
+
***\-\-fragment** causes HastyScribe to output just an HTML fragment instead of a full document, without embedding any image, font or stylesheet.
0 commit comments