Skip to content

Commit

Permalink
Doc: Fix wrong attribute wrapping in the quickstart section (#15)
Browse files Browse the repository at this point in the history
This commit changes the wrong syntax of using () for the attribute
wrapping to the correct usage of {}.
  • Loading branch information
tobiasah committed Feb 16, 2024
1 parent 3c0fa53 commit 886f64d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/quick_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
| - | - |
Expand Down Expand Up @@ -65,4 +65,4 @@ can be referenced in the text.
<p>
See <a href="#my-table">Table 1</a> for more details.
</p>
```
```

0 comments on commit 886f64d

Please sign in to comment.