一覧へ戻る

Availabel notation in MDX

Enjoy your markdown:)

level 1 heading

level 2 heading

level 3 heading

level 4 heading

level 5 heading
level 6 heading

Lists

Unordered list

  • item 1
  • item 2
  • item 3

Ordered list

  1. item 1
  2. item 2
  3. item 3

Links

Link to google

Images

Image of Random

Blockquote

This is a blockquote

This is a nested blockquote

Code

const foo = "bar";

Inline code

const foo = 'bar';

Horizontal rule


Table

SyntaxDescription
HeaderTitle
ParagraphText

Emphasis

Bold

bold text

Italic

italicized text

Bold and Italic

bold and italicized text

Strikethrough

The world is flat.

Task list

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

Footnotes

Here's a simple footnote,1 and here's a longer one.2

Math

Inline math: $x^2$

Block math:

$$ x^2 $$

Footnotes

  1. This is the first footnote.

  2. Here's one with multiple paragraphs and code.

    Indent paragraphs to include them in the footnote.

    But seems to not be supported in MDX