summaryrefslogtreecommitdiff
path: root/script pandoc convert html to markdown.txt
diff options
context:
space:
mode:
Diffstat (limited to 'script pandoc convert html to markdown.txt')
-rwxr-xr-xscript pandoc convert html to markdown.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/script pandoc convert html to markdown.txt b/script pandoc convert html to markdown.txt
new file mode 100755
index 0000000..eb091b0
--- /dev/null
+++ b/script pandoc convert html to markdown.txt
@@ -0,0 +1,3 @@
+script- Pandoc convert HTML to Markdown
+
+find . -name \*.html -type f -exec pandoc -f html -t markdown -o {}.txt {} \; \ No newline at end of file