Markdown Test - dockerty1033/hello-world GitHub Wiki
Heading 1 Example
Heading 2 Example
Heading 3 Example
Heading 4 Example
Heading 5 Example
Here are examples of strong, emphasis, strike, and verbatim
.
You can combine them.
test of bullets
- this is item 1
- how to get second level?
- 2 spaces followed by an asterisk
test of numbered lists
- this is 1
- and then 2
- can't have sublists like Zim, with a's indented under numbers
- must have 3 spaces, and then numbers again
- but it will show lowercase Roman numerals
- like this
- can it tell if this line started with 1 or will it reformat to 3? it reformats!
If I want sublists to be letters...
1. test of outlines
a. move to sub list
b. using letters
2. back to numbers
test of checkboxes
- this is a checkbox list
- x makes the checkmark
[>] Zim doesn't need the initial hypen, and allows an asterisk for a green checkmark, an x for a red X, and a greater sign for a yellow arrow
test of links
http://github.com - automatic!
test of blockquotes
Samuel Morse to assistant Alfred Vail via telegram:
What hath God wrought?
test of tables
First Header | Second Header |
---|---|
Content from cell 1 | Content from cell 2 |
Content in the first column | Content in the second column |
can I right adjust by starting cell with spaces? | no |