timvink / mkdocs-table-reader-plugin

MkDocs plugin that enables a markdown tag like {{ read_csv('table.csv') }} to directly insert various table formats into a page
https://timvink.github.io/mkdocs-table-reader-plugin/
MIT License
117 stars 20 forks source link

Multiple tables per page not supported #4

Closed timvink closed 4 years ago

timvink commented 4 years ago

If you use {{ read_table }} twice on the same page, both tags are replaced by the first table.

Obviously this is a bug that needs to be addressed.