Browse Source

clarify that this is only about Markdown

pull/207/head
Tamás K. Papp 3 years ago
parent
commit
fb7cd9d7ae
  1. 4
      docs/src/tips.md

4
docs/src/tips.md

@ -40,9 +40,9 @@ HTML formats. @@ -40,9 +40,9 @@ HTML formats.
img = DisplayAs.Text(DisplayAs.PNG(img))
```
### [Printing tables](@id printing-tables)
### [Printing tables in Markdown](@id printing-tables-in-markdown)
Tables that support the [Tables.jl](https://tables.juliadata.org/) interface can be included in the output with the lightweight package [MarkdownTables.jl](https://github.com/tpapp/MarkdownTables.jl).
Tables that support the [Tables.jl](https://tables.juliadata.org/) interface can be included in Markdown output with the lightweight package [MarkdownTables.jl](https://github.com/tpapp/MarkdownTables.jl).
```julia
using MarkdownTables

Loading…
Cancel
Save