Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

How Markdown works

Text can be written in bold or italics and also made into links.

Example image

Quotes and Lists

This is a quote.

  1. This is a numbered list.

    1. This is an indented numbered list.

Tables

Column 1Column 2
This is howa table works

Code blocks

Here is an example code block:

print("hello world")

You can also put code in text as follows: print ("hello world").