From 886f64dc973fc8360ee69e98797d76c8fe8be6ec Mon Sep 17 00:00:00 2001 From: Tobias Ahrens Date: Fri, 16 Feb 2024 15:59:53 +0100 Subject: [PATCH] Doc: Fix wrong attribute wrapping in the quickstart section (#15) This commit changes the wrong syntax of using () for the attribute wrapping to the correct usage of {}. --- docs/quick_start.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/quick_start.md b/docs/quick_start.md index 7db1ee0..24d3ddc 100644 --- a/docs/quick_start.md +++ b/docs/quick_start.md @@ -23,7 +23,7 @@ can be referenced in the text. ```Markdown ![figure caption](img.jpg) - Table: table caption (#my-table) + Table: table caption {#my-table} | heading 1| heading 2 | | - | - | @@ -65,4 +65,4 @@ can be referenced in the text.

See Table 1 for more details.

- ``` \ No newline at end of file + ```