summaryrefslogtreecommitdiff
path: root/tech/script pandoc convert html to markdown.txt
blob: eb091b0b3d88d855110d810e61c2ddd3c368066b (plain)
1
2
3
script- Pandoc convert HTML to Markdown

find . -name \*.html -type f -exec pandoc -f html -t markdown -o {}.txt {} \;