MkDocs plugin that enables a markdown tag like {{ read_csv('table.csv') }} to directly insert various table formats into a page
The mkdocs-table-reader-plugin is a MkDocs plugin that allows users to insert various table formats directly into a page using a markdown tag. This plugin simplifies the process of embedding tables into MkDocs pages, enhancing the overall user experience.
MkDocs is a fast, simple and downright gorgeous static site generator that's geared towards building project documentation. Documentation source files are written in Markdown, and configured with a single YAML configuration file.