segment

segment

segment

segment

Text style

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!

Paragraph

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!

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?

List

this is a list

  • item1
  • item2
  • item3

this is another list

  • item1
  • item2
  • item3

this is also a list

  • item1
  • item2
  • item3

sequence and checkbox

  1. Item one
  2. Item two
  3. Item three

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
#!/bin/bash

echo "hello world"
exit 0