diff options
Diffstat (limited to 'app/lib/mdtotxt.bat')
-rw-r--r-- | app/lib/mdtotxt.bat | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/lib/mdtotxt.bat b/app/lib/mdtotxt.bat new file mode 100644 index 0000000..970063c --- /dev/null +++ b/app/lib/mdtotxt.bat @@ -0,0 +1,3 @@ +@echo off
+REM Convert the Readme from Markdown to plain text
+pandoc Readme.md --from Markdown --to plain -o Readme.txt
\ No newline at end of file |