Update page.md
This commit is contained in:
parent
c13e920908
commit
ed6a99dc43
1 changed files with 8 additions and 0 deletions
|
@ -152,3 +152,11 @@ available separately in the
|
||||||
|
|
||||||
A span element in this position with a `continue-reading` id is created, so you can link directly to it if needed. For example:
|
A span element in this position with a `continue-reading` id is created, so you can link directly to it if needed. For example:
|
||||||
`<a href="{{ page.permalink }}#continue-reading">Continue Reading</a>`.
|
`<a href="{{ page.permalink }}#continue-reading">Continue Reading</a>`.
|
||||||
|
|
||||||
|
## Test markdown table
|
||||||
|
|
||||||
|
| Tables | Are | Cool |
|
||||||
|
|----------|:-------------:|------:|
|
||||||
|
| col 1 is | left-aligned | $1600 |
|
||||||
|
| col 2 is | centered | $12 |
|
||||||
|
| col 3 is | right-aligned | $1 |
|
||||||
|
|
Loading…
Reference in a new issue