-
Notifications
You must be signed in to change notification settings - Fork 93
Test
Test markdown or supported syntax in this page.
Relative links from Wiki
.
................... OK, links to https://github.com/clearkimura/Customizer/wiki, but "Preview" will show link to current page itself on Wiki
./
................. same as above
./.
............... same as above
./../
........... OK, links to https://github.com/clearkimura/Customizer
./..
............. same as above
../../
......... Fail; "Preview" gives false result
/../../
....... Fail
Links to other pages from Wiki
./../wiki
............... links to https://github.com/clearkimura/Customizer/wiki
./../wiki/FAQ
....... links to https://github.com/clearkimura/Customizer/wiki/FAQ
./../issues
........... links to https://github.com/clearkimura/Customizer/issues
./../issues/126
... links to https://github.com/clearkimura/Customizer/issues/126
./../milestones
... links to https://github.com/clearkimura/Customizer/milestones
./../pulse
............. links to https://github.com/clearkimura/Customizer/pulse
./../blob/master/CONTRIBUTING.md
... links to CONTRIBUTING.md
Syntax highlighting
# ```sh does syntax highlighting for Bash
declare -r TEST="Hello, world"
echo $TEST
Tables
| Tables | Are | Cool |
| ------------- |:-------------:| -----:|
| col 3 is | right-aligned | $1600 |
| col 2 is | centered | $12 |
| zebra stripes | are neat | $1 |
Colons can be used to align columns.
Tables | Are | Cool |
---|---|---|
col 3 is | right-aligned | $1600 |
col 2 is | centered | $12 |
zebra stripes | are neat | $1 |
There must be at least 3 dashes separating each header cell. The outer pipes (|) are optional, and you don't need to make the raw Markdown line up prettily.
- First guide
- Questions and answers
- feat. Definition
- feat. Rebranding
- feat. Remastering