Skip to content

Lightweigth package to print a table that implements the Tables.jl interface in Markdown.

License

Notifications You must be signed in to change notification settings

tpapp/MarkdownTables.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MarkdownTables.jl

lifecycle build codecov

Lightweight package to print a table that implements the Tables.jl interface in Markdown.

Primarily developed for use in Literate.jl, as

using MarkdownTables #hide
some_table |> markdown_table()

You can directly save the generated ready-to-paste table to your clipboard via:

some_table |> markdown_table(String) |> clipboard

Alternatives

PrettyTables.jl is much more general, but is also a heavier dependency.

About

Lightweigth package to print a table that implements the Tables.jl interface in Markdown.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages