mirror of
https://github.com/danbulant/api_docs
synced 2026-05-21 05:08:48 +00:00
Update syntax.md
Fixed another problem where the table example would show up as an actual table instead of a markdown example.
This commit is contained in:
parent
6155c542a3
commit
916412b51b
1 changed files with 6 additions and 4 deletions
10
syntax.md
10
syntax.md
|
|
@ -54,10 +54,12 @@ Code annotations are essentially the same thing as paragraphs, but they'll appea
|
|||
|
||||
Slate uses PHP Markdown Extra style tables:
|
||||
|
||||
Table Header 1 | Table Header 2 | Table Header 3
|
||||
-------------- | -------------- | --------------
|
||||
Row 1 col 1 | Row 1 col 2 | Row 1 col 3
|
||||
Row 2 col 1 | Row 2 col 2 | Row 2 col 3
|
||||
```markdown
|
||||
Table Header 1 | Table Header 2 | Table Header 3
|
||||
-------------- | -------------- | --------------
|
||||
Row 1 col 1 | Row 1 col 2 | Row 1 col 3
|
||||
Row 2 col 1 | Row 2 col 2 | Row 2 col 3
|
||||
```
|
||||
|
||||
Note that the pipes do not need to line up with each other on each line.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue