Skip to content
Snippets Groups Projects
Unverified Commit ff51015f authored by Quentin Fortier's avatar Quentin Fortier Committed by GitHub
Browse files

:books: DOCS: Fix indentation in list-table examples (#1349)

parent cbafb547
No related branches found
No related tags found
No related merge requests found
...@@ -305,7 +305,7 @@ Another alternative is to use Markdown syntax: ...@@ -305,7 +305,7 @@ Another alternative is to use Markdown syntax:
| 0 | 5 | | 0 | 5 |
| 13720 | 2744 | | 13720 | 2744 |
* - ````md * - ````md
```{list-table} ```{list-table}
:header-rows: 1 :header-rows: 1
* - Col1 * - Col1
...@@ -317,7 +317,7 @@ Another alternative is to use Markdown syntax: ...@@ -317,7 +317,7 @@ Another alternative is to use Markdown syntax:
``` ```
```` ````
- ````md - ````md
```{list-table} ```{list-table}
:header-rows: 1 :header-rows: 1
:name: example-table :name: example-table
...@@ -341,7 +341,7 @@ Another alternative is to use Markdown syntax: ...@@ -341,7 +341,7 @@ Another alternative is to use Markdown syntax:
- 2744 - 2744
``` ```
* - ````md * - ````md
```{list-table} Table title ```{list-table} Table title
:header-rows: 1 :header-rows: 1
* - Col1 * - Col1
...@@ -353,7 +353,7 @@ Another alternative is to use Markdown syntax: ...@@ -353,7 +353,7 @@ Another alternative is to use Markdown syntax:
``` ```
```` ````
- ````md - ````md
```{list-table} This table title ```{list-table} This table title
:header-rows: 1 :header-rows: 1
* - Training * - Training
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment