Skip to content

Latest commit

 

History

History
54 lines (39 loc) · 632 Bytes

markdown_cheatsheet.md

File metadata and controls

54 lines (39 loc) · 632 Bytes

#H1

H2

H3

Bold bold text

Italic italicized text

Blockquote > blockquote

Ordered List

  1. First item
  2. Second item
  3. Third item

Unordered List

  • First item
  • Second item
  • Third item

Code code

Horizontal Rule

Link title

Image alt text

Table

Syntax Description
Header Title
Paragraph Text

Fenced Code Block

{
  "firstName": "John",
  "lastName": "Smith",
  "age": 25
}

Strikethrough The world is flat.

Task List

  • Write the press release
  • Update the website
  • Contact the media