Skip to content
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

Open
AlanSFartFwy opened this issue Jan 31, 2022 · 6 comments
Open

Poo #2

AlanSFartFwy opened this issue Jan 31, 2022 · 6 comments

Comments

@AlanSFartFwy
Copy link

Poo

@weeklyd3
Copy link
Collaborator

Done.

@AlanSFartFwy
Copy link
Author

But I want too Fart Poo Poo in 2 piles

@weeklyd3 weeklyd3 added the invalid This doesn't seem right label Jan 31, 2022
@weeklyd3 weeklyd3 reopened this Jan 31, 2022
@weeklyd3
Copy link
Collaborator

weeklyd3 commented Feb 1, 2022

  • This repository is private. Only you and me can see it. So you can put photoshopped images or what have you into here.
  • Other repositories, such as this one, are public. There are millions of users on GitHub. Please don't post any jokes there!

@weeklyd3
Copy link
Collaborator

weeklyd3 commented Feb 1, 2022

And if you want to see how I did the formatting, it's called Markdown.

Bold/Italic

Bold

**bold** or __bold__ makes bold.

*italic* or _italic_ makes italic.

Headings

# Heading
## Heading 
### Heading
#### Heading

(up to 6 hashtags), makes <h1> through <h6> tags.

Code

Inline code: /mnt/c/users/twtim.DESKTOP-2DAPR6P/Desktop/images/Photoshopped images/Poocats.jpeg is made by typing:

`/mnt/c/users/twtim.DESKTOP-2DAPR6P/Desktop/images/Photoshopped images/Poocats.jpeg`

Code blocks:

Method 1

Add a newline and 4 spaces before your code.

poo

fart

    2 piles

makes

poo

fart

2 piles

Method 2 (GitHub flavored)

Three backticks, then the language, then the code, then three more backticks.

```javascript
while (a='a') { a = a + a; }
```

makes

while (a='a') { a = a + a; }

Quotes

The syntax is:

> quote text

text after quote

which produces

quote text

text after quote

Lists

For bulleted lists, you can do this:

 - a
 - b
 - c

OR
 * a
 * b
 * c

which creates

  • a
  • b
  • c

OR

  • a
  • b
  • c

Links and Images

Links

For normal links: use [text](target).

For example: Interesting news

To issues/PRs

Just type a hashtag and the number.

Images

![alt text](https://github.com/weeklyd3/alanhw/raw/main/Morone-St-PROFILE-PHOTO.png) makes alt text

@weeklyd3
Copy link
Collaborator

weeklyd3 commented Feb 1, 2022

You can also paste an image to have it uploaded and the code put in:
image

@weeklyd3 weeklyd3 added coprophagia and removed invalid This doesn't seem right labels Feb 1, 2022
@weeklyd3
Copy link
Collaborator

Oh. I forgot the table markdown.

For the header:

| header | header | 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: |row|row|row|

So

header header header
left middle right
left middle right
poo pee barf

is created using

| header | header | header |
|:-|:-:|-:|
|left|middle|right|
|left|middle|right|
|poo|pee|barf|

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants