Skip to content

Latest commit

 

History

History
60 lines (48 loc) · 810 Bytes

markdown.md

File metadata and controls

60 lines (48 loc) · 810 Bytes

Basic Syntax

  • a
  • b
  • c
  • d
  1. a
  2. b
  3. c
  4. d
const a = 123;

bold
italic
img
markdownguide.org

Extended Syntax

Syntax Description
Header Title
Paragraph Text
{
"firstName": "John",
"lastName": "Smith",
"age": 25
}

Here's a sentence with a footnote. 1

The world is flat.

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

Gone camping! ⛺ Be back soon. That is so funny! 😂

$$ \begin{bmatrix} a & b \\ c & d \end{bmatrix} * \begin{bmatrix} m11 & m12 \\ m21 & m22 \end{bmatrix} $$

katex

Footnotes

  1. This is the footnote.