diff options
| author | Laurenz <laurmaedje@gmail.com> | 2024-10-15 14:54:16 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2024-10-15 15:06:36 +0200 |
| commit | 94c2933bf91814a02de2bb9c72bd86f84f9ab937 (patch) | |
| tree | 2ec5d3771f51dacd9d5f0b5f2e28407f5fa214ac /docs/guides | |
| parent | d4c44512ecc415db7534219344c0d15a6e814c3e (diff) | |
Docs and changelog improvements (#5147)
Co-authored-by: Malo <57839069+MDLC01@users.noreply.github.com>
Co-authored-by: Andrew Voynov <37143421+Andrew15-5@users.noreply.github.com>
Co-authored-by: PgBiel <9021226+PgBiel@users.noreply.github.com>
Co-authored-by: Jeremie Knuesel <knuesel@gmail.com>
Co-authored-by: +merlan #flirora <2975203+bluebear94@users.noreply.github.com>
Co-authored-by: Anselm Schüler <mail@anselmschueler.com>
Diffstat (limited to 'docs/guides')
| -rw-r--r-- | docs/guides/tables.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/guides/tables.md b/docs/guides/tables.md index 39eb39f6..d5907367 100644 --- a/docs/guides/tables.md +++ b/docs/guides/tables.md @@ -527,7 +527,7 @@ is useful if you are writing a template or want to style your whole document. ``` For small tables, you sometimes want to suppress all strokes because they add -too much visual noise. To do this, just set the stroke argument to `none`: +too much visual noise. To do this, just set the stroke argument to `{none}`: ```example #table( |
