Skip to content

Commit

Permalink
馃摎 DOCS: Fix indentation in list-table examples (#1349)
Browse files Browse the repository at this point in the history
  • Loading branch information
fortierq committed Jun 6, 2021
1 parent cbafb54 commit ff51015
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/reference/cheatsheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ Another alternative is to use Markdown syntax:
| 0 | 5 |
| 13720 | 2744 |
* - ````md
```{list-table}
```{list-table}
:header-rows: 1
* - Col1
Expand All @@ -317,7 +317,7 @@ Another alternative is to use Markdown syntax:
```
````
- ````md
```{list-table}
```{list-table}
:header-rows: 1
:name: example-table
Expand All @@ -341,7 +341,7 @@ Another alternative is to use Markdown syntax:
- 2744
```
* - ````md
```{list-table} Table title
```{list-table} Table title
:header-rows: 1
* - Col1
Expand All @@ -353,7 +353,7 @@ Another alternative is to use Markdown syntax:
```
````
- ````md
```{list-table} This table title
```{list-table} This table title
:header-rows: 1
* - Training
Expand Down

0 comments on commit ff51015

Please sign in to comment.