mirror of
https://github.com/hamburghammer/gohttpserver.git
synced 2025-01-05 12:17:39 +01:00
14 lines
345 B
Markdown
14 lines
345 B
Markdown
|
## This is title
|
||
|
1. [x] task1
|
||
|
1. [ ] list2
|
||
|
|
||
|
## Table
|
||
|
this will produce this:
|
||
|
|
||
|
| Tables | Are | Cool |
|
||
|
| ------------- |:-------------:| -----:|
|
||
|
| **col 3 is** | right-aligned | $1600 |
|
||
|
| col 2 is | *centered* | $12 |
|
||
|
| zebra stripes | ~~are neat~~ | $1 |
|
||
|
|
||
|
https://github.com/codeskyblue/gohttpserver
|