Changing modules from pandoc to process html to w3m.
This commit is contained in:
parent
527ed428ca
commit
e1bb820a41
@ -7,6 +7,6 @@ quote="${quote#*class=\"qt\">}"
|
|||||||
quote="${quote//</ <}"
|
quote="${quote//</ <}"
|
||||||
quote="${quote//>/> }"
|
quote="${quote//>/> }"
|
||||||
quote="${quote%%<p class*}"
|
quote="${quote%%<p class*}"
|
||||||
quote="$(echo "$quote" | pandoc -t plain)"
|
quote="$(echo "$quote" | w3m -dump -T text/html)"
|
||||||
msg "$2" "$(echo "$quote" | tr -cd '[:print:]')"
|
msg "$2" "$(echo "$quote" | tr -cd '[:print:]')"
|
||||||
set +f
|
set +f
|
||||||
|
Loading…
Reference in New Issue
Block a user