When in Vim, in order to preserve copmatability with Obsidian, convert all tables to pipe tables, because that’s all Obsidian seems to support.
For example, select a region and then:
:'<,'>!pandoc -f markdown -t markdown+pipe_tables-simple_tables
updated: 2023-10-05 15:41:32
generated: 2024-03-07