fix some style
This commit is contained in:
parent
a1a4a76474
commit
40765ae342
3 changed files with 14 additions and 8 deletions
|
@ -54,16 +54,14 @@ The blockquote element represents content that is quoted from another source, op
|
|||
Tables aren't part of the core Markdown spec, but Hugo supports supports them out-of-the-box.
|
||||
|
||||
| Name | Age |
|
||||
| ---- | --- |
|
||||
|
||||
Bob | 27
|
||||
|
||||
Alice | 23
|
||||
|:----:|:---:|
|
||||
| Bob | 27 |
|
||||
| Alice | 23 |
|
||||
|
||||
#### Inline Markdown within tables
|
||||
|
||||
| Italics | Bold | Code |
|
||||
| --------- | -------- | ------ |
|
||||
|:---------:|:--------:|:------:|
|
||||
| *italics* | **bold** | `code` |
|
||||
|
||||
## Code Blocks
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue