How can I remove pandoc EPUB links in markdown conversion? #10777
Unanswered
unlocked2412
asked this question in
Q&A
Replies: 2 comments
-
You could write a small Lua filter to remove them |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you so much, John. I more familiar with Haskell than Lua, but I'll try that path. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
I am using the following shell command to convert from
EPUB
toMarkdown
,pandoc "input.epub" -t gfm-raw_html -o output.md
It's working well, except for the fact that
EPUB
links remain, like:Is there a pandoc option to remove those ?
Beta Was this translation helpful? Give feedback.
All reactions