-
When I convert an epub to markdown and try to open it in obsidian, the links don't work. They could just be as simple as |
Beta Was this translation helpful? Give feedback.
Answered by
jgm
Mar 31, 2025
Replies: 1 comment 4 replies
-
What options are you using to convert? What do the links pandoc generates look like, and what do you want them to look like? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The structure pandoc produces is a faithful rendition of what is in the EPUB.
However, you can use a Lua filter to make it work the way you want. See the docs on Lua filters.
Essentially you want your filter to change Link elements that look like
into