Open hab25 opened 7 months ago
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.
Due to
pandoc
being a much more battle-tested and widely used solution than ellama's code for this, by using itellama
can probably avoid bugs as well as benefit from a more complete markdown-to-org conversion.