Basic Markdown

This paragraph has bold and italic text, plus a code snippet.

Second level heading

Third level heading

  1. Ordered list

  2. Second ordered item

This is a blockquote that can contain multiple paragraphs

and formatting.

Link to docs

 function example() {
   return "Hello world"
 }