Verified Commit 621fd4b1 authored by Lukas Wiest's avatar Lukas Wiest 🚂
Browse files

refactor(docs): dev-guide: styleguide: add markdown table example

parent c6b689c3
......@@ -80,3 +80,20 @@ most important bullet points:
> Some sentence that is very long,
> therefore it has punctuation
> and has absolutely no sense at all.
- tables have to be formatted in code
??? example
__bad:__
```markdown
||column 1|
|:-|:-|
|__row 1__|cell 1|
```
__good:__
```markdown
| | column 1 |
| :-------- | :------- |
| __row 1__ | cell 1 |
```
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment