Skip to content

Commit

Permalink
docs: fix markdown table example
Browse files Browse the repository at this point in the history
the first table example (markup description) was wrong.

Also makes the explanation of the non-supported table alignment in rst
clearer in what it means for this docs section
  • Loading branch information
wagner-intevation committed Sep 25, 2023
1 parent c1632f1 commit 40d976a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/user/markdown.rst
Original file line number Diff line number Diff line change
Expand Up @@ -533,11 +533,11 @@ As shown in the second table below, use of outside borders and neat alignment of

**Markup**: ::

|Tables |Are |Very |Cool |
|------------------|:-------------:|-----:|:-------|
|col 2 is |centered |$12 |Gloves |
|col 3 is |right-aligned |$1600 |Necklace|
|col 4 is |left-aligned |$100 |Hat |
Tables |Are |Very |Cool
------------------|:-------------:|-----:|:-------
col 2 is |centered |$12 |Gloves
col 3 is |right-aligned |$1600 |Necklace
col 4 is |left-aligned |$100 |Hat

`Tables` |*Are* |Very |Cool
------------|:-------------:|-----:|:-------
Expand Down Expand Up @@ -565,7 +565,7 @@ As shown in the second table below, use of outside borders and neat alignment of
================== ================= ======== ==========


**reST NOTE**: reST does not support cell alignment.
**reST NOTE**: reST does not support cell alignment, therefore the last example shown does not the resulting alignment.

Syntax Highlighting of Preformatted Code
----------------------------------------
Expand Down

0 comments on commit 40d976a

Please sign in to comment.