diff options
-rwxr-xr-x | tools/thoughts-fmt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/thoughts-fmt b/tools/thoughts-fmt index c1bf15a..f95f64f 100755 --- a/tools/thoughts-fmt +++ b/tools/thoughts-fmt @@ -51,5 +51,5 @@ test "$timestamp" -gt "$md_cutoff" \ || fmt-old # it's just that simple. -exec pandoc -S -fmarkdown -thtml +exec pandoc -S -fmarkdown -thtml5 |