From a2128d89bc501071ef1abc83e011f0aa02eca54e Mon Sep 17 00:00:00 2001 From: luxagraf Date: Sun, 22 Dec 2019 11:50:57 -0500 Subject: brought notes up-to-date --- tech/script pandoc convert html to markdown.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 tech/script pandoc convert html to markdown.txt (limited to 'tech/script pandoc convert html to markdown.txt') diff --git a/tech/script pandoc convert html to markdown.txt b/tech/script pandoc convert html to markdown.txt new file mode 100755 index 0000000..eb091b0 --- /dev/null +++ b/tech/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 -- cgit v1.2.3