Basic Markdown

Published at Jul 12, 2023

  1. Paragraphs

Separate by one empty line.

This is a paragraph.

This is another paragraph.

Put two spaces at the end of a line for a line break. This breaks.

  1. Headings

Heading h1

Heading h2

Heading h3

Heading h4

Heading h5
Heading h6
  1. Markdown Flavors

Normal and Extended.

GFM - Github Flavored Markdown

  1. Emphasis

This text is italic. This text is bold. This text is bold and italic.

  1. Strikethrough and Highlight

This text is strikethrough. ==This text== is highlight. But it is not supported by GFM.

highlight is supported by GFM.
  1. Super and Subscript

This is a super^script^. But it is not supported by GFM. This is a sub~script~. But it is not supported by GFM.

superscript is supported by GFM. subscript is supported by GFM.
  1. Emojis

:smile: but it is not supported by GFM. Copy and paste emojis from https://emojipedia.org/ (for instance) is supported by GFM.

  1. Code blocks

This in an inline code.

You are inside a code block. Use triple backticks to start and end a code block.

  1. Links

label - with label

- without label url - without label
  1. Images
alt text
  1. Blockquotes

This is a blockquote. This is another blockquote.

This is a nested blockquote.

  1. Horizontal Rules

three dashes


or three underscores


or three asterisks


asdf

  1. Lists
  • Ordered list (number) - any number will do
  1. Ordered list
  2. Ordered list
  3. Nested ordered list
  4. Nested ordered list
  5. Nested nested ordered list
  6. Nested nested ordered list
  • Unordered list (asterisk, hyphen, plus sign)
  • Unordered list
  • Unordered list
    • Nested unordered list
    • Nested unordered list
      • Nested nested unordered list
      • Nested nested unordered list
  • Can nest ordered list inside unordered list and vice versa
  1. Tables
Header 1 Header 2 Header 3
Cell 1 Cell 2 Cell 3
Cell 4 Cell 5 Cell 6
  • At least 3 dashes are required for each column. The bars don’t have to be aligned.

  • Put a colon at the left, right, or both sides of the dashes to align the column.

  1. Checklists
  • Unchecked
  • Checked
  1. Footnotes

This is a footnote[^1].

[^1]: This is a footnote.

  1. Abbreviations

[HTML]: Hyper Text Markup Language [W3C]: World Wide Web Consortium

  1. Definition Lists

Term 1 : Definition 1 Term 2 : Definition 2

  1. Math

$E=mc^2$

References

footnote[^1]


[^1]: bleh suxx

Crafted with ❤️ by @kayaman

ma.rco.sh. © 2023