Skip to content

Commit 3007c91

Browse files
committed
Add -s flag for standalone HTML file
Without this flag it's just "inner" HTML
1 parent a52a5a6 commit 3007c91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code-of-conduct/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ printing).
88
Use [pandoc](https://pandoc.org):
99

1010
```
11-
pandoc code-of-conduct.md -o code-of-conduct.html -V "pagetitle:Code of Conduct"
11+
pandoc -s code-of-conduct.md -o code-of-conduct.html -V "pagetitle:Code of Conduct"
1212
```
1313

1414
(`-s` standalone, `pagetitle` to suppress title warning without inserting another

0 commit comments

Comments
 (0)