Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 846 Bytes

markdown.mdx

File metadata and controls

44 lines (27 loc) · 846 Bytes
title
MDX Highlighting Test

Heading 1

Text can be double star bold, single star italics, underscore italics and tilde strikethrough.

Click here to visit Google.

This is a blockquote

This is some inline code, followed by a codeblock.

const num1 = 5;
const num2 = 3;
const sum = num1 + num2;

console.log('The sum of ' + num1 + ' and ' + num2 + ' is: ' + sum);

Heading 2

Here is a JSX component being imported and used.

import Button from "../components/Button";

Heading 3

Here is a details dropdown as used in GitHub-Flavored Markdown and other implementations.

Click here to see list

Here is an unordered list inside a <details> dropdown.

  • [x] Apples
  • [ ] Oranges
  • [ ] Milk