Skip to content

Instantly share code, notes, and snippets.

@DaCuteRaccoon
Last active January 3, 2022 20:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DaCuteRaccoon/ce03c57e6477186168f84ccfd9c48f4f to your computer and use it in GitHub Desktop.
Save DaCuteRaccoon/ce03c57e6477186168f84ccfd9c48f4f to your computer and use it in GitHub Desktop.
Markdown formatting tips

This is an h1

This is an h2

This is an h3

This is an h4

This is an h5
This is an h6

This is an h1

This is an h2

This text is in italics. And so is this text.

This text is in bold. And so is this text.

This text is in both. As is this! And this!

This text is rendered with strikethrough.

This is a paragraph. I'm typing in a paragraph isn't this fun?

Now I'm in paragraph 2. I'm still in paragraph 2 too!

I'm in paragraph three!

I end with two spaces (highlight me to see them).

There's a
above me!

This is a block quote. You can either manually wrap your lines and put a > before every line or you can let your lines get really long and wrap on their own. It doesn't make a difference so long as they start with a >.

You can also use more than one level

of indentation?

How neat is that?

  • Item
  • Item
  • Another item

or

  • Item
  • Item
  • One more item

or

  • Item
  • Item
  • One last item
  1. Item one

  2. Item two

  3. Item three

  4. Item one

  5. Item two

  6. Item three

  7. Item one

  8. Item two

  9. Item three

    • Sub-item
    • Sub-item
  10. Item four

Boxes below without the 'x' are unchecked HTML checkboxes.

  • First task to complete.

  • Second task that needs done This checkbox below will be a checked HTML checkbox.

  • This task has been completed

    This is code So is this

    my_array.each do |item| puts item end

John didn't even know what the go_to() function did!





Click me!

Click me!

Go to music.

This is the alt-attribute for my image

http://testwebsite.com/ is equivalent to http://testwebsite.com/

foo@bar.com

I want to type this text surrounded by asterisks but I don't want it to be in italics, so I do this: *this text surrounded by asterisks*.

Your computer crashed? Try sending a Ctrl+Alt+Del

Col1 Col2 Col3
Left-aligned Centered Right-aligned
blah blah blah
Col 1 Col2 Col3
Ugh this is so ugly make it stop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment