table-extended
table-extended copied to clipboard
Add to Documentation: Compatibility with Pandoc
This is maybe more a question than an issue, but since a lot of Obsidian users use Pandoc, it might be useful to add this to the documentation: Is the Multimarkdown table syntax used by this plugin supported by Pandoc? The Pandoc documentation unfortunately doesn't say much about in this regard.
Don't know too much about pandoc, but it seems that multimark is supported natively by pandoc: https://pandoc.org/MANUAL.html#input-formats. maybe try pandoc -f markdown_mmd ...?