feat: default style for table

This commit is contained in:
Vivek R
2020-01-05 11:55:42 +05:30
parent 7aba720e77
commit 28b525ab09
3 changed files with 33 additions and 0 deletions

View File

@@ -73,3 +73,18 @@ Ordered list
1. Red
2. Green
3. Blue
## Tables
Tables aren't part of the core Markdown spec, but Hugo supports supports them out-of-the-box.
Name | Age
--------|------
Bob | 27
Alice | 23
#### Inline Markdown within tables
| Inline    | Markdown    | In    | Table |
| ---------- | --------- | ----------------- | ---------- |
| *italics* | **bold** | ~~strikethrough~~    | `code` |