Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Added table-reader plugin for mkvdocs #861

Merged
merged 1 commit into from
May 1, 2023
Merged

Conversation

pfabry
Copy link
Contributor

@pfabry pfabry commented May 1, 2023

Adding table-reader-plugin for mkvdocs. This allows to generate markdown table from tsv or csv files.

  • Example for csv: {{ read_csv('tables/basic_table.csv') }}
  • Example for tsv: {{ read_table('tables/basic_table.tsv') }} Default separator is \t

More info here

Copy link
Contributor

@matentzn matentzn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great, thanks!

Looks good to me!

cc @joeflack4 maybe this is interesting for some of the documentation work you have been doing.

@matentzn matentzn merged commit 9b7a169 into INCATools:master May 1, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants