Make sure that your lines are never longer than 80 characters so that it properly follows markdown rules about line length.
-
numbered list
-
use only 1. for numbered list and it will automate
-
the rule for line length of 80 characters still applies for when you are using lists.
-
-
and make sure your numbered lists use 4 spaces for tabs
- bulleted lists work similarly
- but only have 2 spacess for their tabs
Syntax | Description | Test Text |
---|---|---|
test | test2 | test3 |
test4 | Text | And more |
Strikethrough
Subscript H2O Superscript X2 Fair Warning many markdown lint scanners will consider this html and not markdown.
Text that is a quote
line of code
distinct block of code
that spans multiple lines
and can beformated based on a specific language
fruits = ["apple", "bannana", "cherry"]
for x in fruits:
print(x)
This site was built using GitHub Pages
Taks List
-
Write the press release
-
Update the website
-
Contact the media
bold italic bold and italic
always make sure that you have a carriage return at the end of your page.