title |
---|
MDX Highlighting Test |
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);
Here is a JSX component being imported and used.
import Button from "../components/Button";
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