From fb7cd9d7ae2855c93b13788fc840f1ff4f0b7b8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tam=C3=A1s=20K=2E=20Papp?= Date: Thu, 29 Sep 2022 11:40:07 +0200 Subject: [PATCH] clarify that this is only about Markdown --- docs/src/tips.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/tips.md b/docs/src/tips.md index 92a06ad..846204c 100644 --- a/docs/src/tips.md +++ b/docs/src/tips.md @@ -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