fredrikekre / Literate.jl

Simple package for literate programming in Julia
https://fredrikekre.github.io/Literate.jl
Other
534 stars 61 forks source link

suggestion: mention MarkdownTables.jl in the manual #206

Closed tpapp closed 1 year ago

tpapp commented 1 year ago

I wrote a tiny package https://github.com/tpapp/MarkdownTables.jl, which takes a Tables.jl-compliant table, prints it as Markdown, and wraps it in a DisplayAs object, so it can be used as

some_table |> markdown_table()

or similar with Literate.jl. It essentially makes the trick mentioned in the manual easy to apply for tables.

fredrikekre commented 1 year ago

Feel free to make a PR!

tpapp commented 1 year ago

Great, will do that.