Skip to content

Instantly share code, notes, and snippets.

@housamz
Last active July 1, 2021 15:46
Show Gist options
  • Save housamz/100f16169b4fd2c37d50f910cc232bfb to your computer and use it in GitHub Desktop.
Save housamz/100f16169b4fd2c37d50f910cc232bfb to your computer and use it in GitHub Desktop.
Markdown Cheatsheet

H1 - Markdown Cheatsheet

H2 - Text

H3 Example

H4 Example

H5 Example
H6 Example

A line break can be done
by putting double space
at the end of the line

bold text italic text strike through

Blockquote

H2 - Images

H3 - Insert image with Alt

Image Alt

H3 - Insert image with description

Image with description

H2 - URLs

Inserting a URL https://hmz.ie Inserting a link with text Inserting a Link with text & title

H2 - Code

Insert inline code myMethod() or insert a code block

js function myMethod() { console.log("Markdown); }

H2 - Lists

  • Unordered List
  • Another UL Item
  • A third UL Item
  1. Ordered
  2. List
  3. Example

Page break


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