Feature request: improve the markdown-to-org conversion by deferring to https://github.com/jgm/pandoc
Due to pandoc being a much more battle-tested and widely used solution than ellama's code for this, by using it ellama can probably avoid bugs as well as benefit from a more complete markdown-to-org conversion.
I will see into it. Not sure if pandoc can work with streams. And also it's another system dependency. If I add it, it will be optional.
If I add it, it will be optional.
You could make it optional, and required only for the markdown-to-org conversion. This would still allow you to remove the ellama conversion code if you want.
if you want.
I don't.
I would like it to works for someone without pandoc installed. And maybe works better for someone with pandoc installed.