Skip to content

Latest commit

 

History

History
105 lines (76 loc) · 1.21 KB

CheatSheet.md

File metadata and controls

105 lines (76 loc) · 1.21 KB

https://www.markdownguide.org/cheat-sheet/

Basic Syntax

Heading

Heading

Heading

Heading

Heading
Heading

italicized text

bold text

blockquote

  1. First item
  2. Second item
  3. Third item
  • First item
  • Second item
  • Third item
  • Text
  • Text
  • Text
    • Item 3
    • Text
      • Text
      • Text
        • Text
          • Text

code

Horizontal Rule


link title

Image alt text

Extended Syntax

Table

Syntax Description
Header Title
Paragraph Text

Fenced Code Block

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

Footnote Here's a sentence with a footnote. 1

My Great Heading {#custom-id}

Definition List term : definition

Strikethrough

The Earth is flat!

Task List

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

Emoji That is so funny! :happy: 😊

Highlight I need to highlight these ==very important words==.

Subscript

H2O

Superscript

X2

Text

Text

Text

Text

Text

Strg + Shift + V ==> Preview

Footnotes

  1. This is the footnote.