From 04acc7ff4fe085c7a4b098d529397b43a870e974 Mon Sep 17 00:00:00 2001 From: bel Date: Mon, 4 Jul 2022 11:51:58 -0600 Subject: [PATCH] woo --- scrape.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scrape.sh b/scrape.sh index 37f330d..108f990 100644 --- a/scrape.sh +++ b/scrape.sh @@ -258,6 +258,7 @@ html_to_markdown() { | perl -pe 's|

(.*?)

|\2|g' \ | perl -pe 's|\r*(?:(?!).)+\r*||g' \ | tr '\r' '\n' \ + | sed 's/]*>\([^<]*\)<\/a>/\1/g' \ | pandoc \ -f html \ -t markdown+pipe_tables-simple_tables-multiline_tables \