Remix.run Logo
3036e4 3 days ago

Markdown really isn't a specific thing with all the incompatible implementations, many of which allow embedding HTML (i.e. "whatever happens to be supported by current version of Chrome" is also part of those Markdown formats).

If you pick one of the more sane (or at least less insane) variants of Markdown, like Pandoc's variant, you do get at least some ways to embed data in reliable ways. It also makes it easy to export and style documents and write your own filters that can make use of the data in various ways. In general I prefer to use ORG-mode, but for some purposes I use Pandoc Markdown instead.

https://pandoc.org/demo/example33/8-pandocs-markdown.html