Markdown Cheat Sheet for shrib.com

This is a brief summary of the full syntax.

Paragraphs

Enter an empty line (hit return twice) to start a new paragraph.

For a simple newline,
just append two spaces
at the end of the upper line.

Headers

Emphasis

Lists

Bullet (unordered)

* Item 1
* Item 2
* Item 2a (4 spaces at the beginning of the line)
* Item 2b (4 spaces at the beginning of the line)

becomes:

Numbered (ordered)

  1. Item 1
  2. Item 2
  3. Item 3

becomes:

  1. Item 1
  2. Item 2
  3. Item 3

Links

[Online Notepad](htt<!-- -->ps://shrib.com): Online Notepad

Images

![shrib.com Logo](htt<!-- -->ps://shrib.com/zuex/icons/ms-icon-70x70.png):
shrib.com Logo

Task List / Todo List

- [x] Task Complete
- [] Incomplete Task

<input disabled="" style=";margin: 0px 0.35em 0.25em 0; vertical-align: middle;" checked="" type="checkbox"> Task Complete
<input disabled="" style="margin: 0px 0.35em 0.25em 0; vertical-align: middle;" type="checkbox"> Incomplete Task


shrib.com uses the open source "showdown" library to render markdown. Refer to the full syntax documentation for more options and details.