-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Poo #2
Comments
Done. |
But I want too Fart Poo Poo in 2 piles |
|
And if you want to see how I did the formatting, it's called Markdown. Bold/ItalicBold
Headings
(up to 6 hashtags), makes <h1> through <h6> tags. CodeInline code:
Code blocks: Method 1Add a newline and 4 spaces before your code. poo
fart
2 piles makes poo fart
Method 2 (GitHub flavored)Three backticks, then the language, then the code, then three more backticks.
makes while (a='a') { a = a + a; } QuotesThe syntax is:
which produces
text after quote ListsFor bulleted lists, you can do this: - a
- b
- c
OR
* a
* b
* c which creates
OR
Links and ImagesLinksFor normal links: use For example: Interesting news To issues/PRsJust type a hashtag and the number.
Images
|
Oh. I forgot the table markdown. For the header:
as many as you like. Colons at the left side indicate left align, colons at the right side indicate right align, and colons at both sides indicate center align. You can have any number of dashes. Each row: So
is created using | header | header | header |
|:-|:-:|-:|
|left|middle|right|
|left|middle|right|
|poo|pee|barf| |
Poo
The text was updated successfully, but these errors were encountered: