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: man/mint.1
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,12 @@ Mint transforms your plain text documents into beautiful documents. It makes tha
11
11
.BR\-h ", "\-\-help
12
12
Show mint usage information
13
13
.TP
14
+
.BR\-\-serve
15
+
Publish files to a temporary directory and serve them on a local HTTP server. The server strips \fI.html\fR extensions from URLs so that \fI/document\fR serves \fIdocument.html\fR. The temporary directory is deleted when the server is stopped. This option forces inline style mode so that CSS is always self-contained.
16
+
.TP
17
+
.BR\-\-serve\-port ""\fIPORT\fR
18
+
Port for the local server started by \fB--serve\fR. Default is 4000.
19
+
.TP
14
20
.BR\-d ", "\-\-destination ""\fIDIRECTORY\fR
15
21
Specify a destination directory
16
22
.TP
@@ -102,6 +108,16 @@ mint Document.md --opt navigation-depth=4
0 commit comments