Skip to content

Latest commit

 

History

History
70 lines (53 loc) · 1017 Bytes

markdown_syntax.md

File metadata and controls

70 lines (53 loc) · 1017 Bytes

Basic

Heading

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

Extended Syntax

Table

Syntax Description
Header Title
Paragraph Text

Fenced Code Block

{
  "Code": "John",
  "Example": "Smith",
  "JSON": 25
}

Footnote

Here's a sentence with a footnote. 1

Heading ID

Basic

Extended Syntax

term

: definition

Strikethrough

The world is flat.

Task List

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

Line Break

Some text with
a line break.

Link to More Markdown

Markdown Webpage

Footnotes

  1. This is the footnote.