Skip to content

Commit

Permalink
Create tables.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CRPrinzler committed Jun 13, 2020
1 parent 37db059 commit 99c60e5
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions docs/getting-started/tables.md
@@ -0,0 +1,22 @@
# Tables

Create markdown tables inside any .md file.

```md
| ID | Make | Model | Year | Value |
|---|---|---|---|---|
| 1 | Nissan | Almera | 97 | high |
| 3 | HONDA | Civic | 10 | low |
| 5 | Porsche | Cayenne | 05 | low |
```

Above example renders like:

| ID | Make | Model | Year | Value |
|---|---|---|---|---|
| 1 | Nissan | Almera | 97 | high |
| 3 | HONDA | Civic | 10 | low |
| 5 | Porsche | Cayenne | 05 | low |

You can use the tablegenerator for markdown to obtain nice structured tables.
https://www.tablesgenerator.com/markdown_tables

0 comments on commit 99c60e5

Please sign in to comment.