A link to an external web site MARKDOWN
A link between markdown pages. Link from README.md to the second markdown file and from the second markdown file back to the README.md LINKE
An image that is a file in the directory LOGOUT
An image that is located on the web WEBIMAGE
This is a regular paragraph.
WORLD |
var s = "JavaScript syntax highlighting";
alert(s);
A block quote.
This line is part of the quote.
A bulleted list and unordered list
- First ordered list item
- Another item
- Unordered sub-list.
- Unordered list can use asterisks
- Or minuses
- Or pluses
A table. Colons can be used to align columns.
Name | Age | Grade |
---|---|---|
Aaron | 18 | A |
col | 21 | B |
zebra | 21 | C |
bolded text