{
    "name": "alexlai',
    "age": 74
}

$ caddy reload


| Syntax | Description | Test Text | | :--- | :----: | ---: | | Header | Title | Here's this | | Paragraph | Text | And more |


{ "firstName": "John", "lastName": "Smith", "age": 25 }

{
  "firstName": "John",
  "lastName": "Smith",
  "age": 25
}

Here's a simple footnote,[^1] and here's a longer one.[^bignote]

[^1]: This is the first footnote.

[^bignote]: Here's one with multiple paragraphs and code.

Indent paragraphs to include them in the footnote.

`{ my code }`

Add as many paragraphs as you like.

¶Task Lists

  • [x] Write the press release
  • [ ] Update the website
  • [ ] Contact the media
Return to Top