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
111 stars 18 forks source link

output of float values #65

Open PlasmaHH opened 1 month ago

PlasmaHH commented 1 month ago

Hi, not sure if this is documented somewhere and I just missed it, but I can't seem to find a way to output float values with higher precision (Using read_csv if that matters)? E.g. I have nanosecond accurate seconds since epoch and those are all displayed as e.g. 1.71387e+09 which makes all of the digits quite useless...

PS: Is it possible that you cannot use this plugin within tabs, admonitions, blockquotes etc. as it will not pick up the indentation and start all but the first line at the beginning?