Title here
Summary here
A reference to the extended Markdown syntax elements that add features beyond the basic syntax.
Refer to the Extended Syntax reference guide from The Markdown Guide for more information.
| Syntax | Description |
| --------- | ----------- |
| Header | Title |
| Paragraph | Text || Syntax | Description |
|---|---|
| Header | Title |
| Paragraph | Text |
```json
{
"firstName": "John",
"lastName": "Smith",
"age": 25
}
```{
"firstName": "John",
"lastName": "Smith",
"age": 25
}Here's a sentence with a footnote. [^1]
[^1]: This is the footnote.### My Great Heading{#custom-id}<h3 id="custom-id">My Great Heading</h3>term
: definition~~The world is flat.~~The world is flat.
- [x] Write the press release
- [ ] Update the website
- [ ] Contact the media
{.list-unstyled}Copy the emoji shortcode from Emoji Cheat Sheet by clicking on the emoji.
That is so funny! :joy:That is so funny! 😂
Hugo does not support the highlight, subscript, and superscript elements. Use the HTML element itself instead.
I need to highlight these <mark>very important words</mark>.I need to highlight these very important words.
H<sub>2</sub>OH2O
X<sup>2</sup>X2