aboutsummaryrefslogtreecommitdiff
path: root/src/lib/chapter_reader.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/chapter_reader.sh')
-rw-r--r--src/lib/chapter_reader.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/chapter_reader.sh b/src/lib/chapter_reader.sh
index 396a1db..99e2b1d 100644
--- a/src/lib/chapter_reader.sh
+++ b/src/lib/chapter_reader.sh
@@ -6,7 +6,7 @@ chapter_reader() {
# Convert chapter HTML to GitHub Flavoured Markdown (closest to Honeyfeed)
markdown="$(echo "${chapter_content}" |
pup 'div.wrap-body.div' |
- pandoc -f html -t gfm)"
+ html2md -i)"
# Display stylised chapter in default pager (usually less)
echo "${markdown}" | glow -w "$(tput cols)" -p -