Fastpages Post with Markdown
A test of the markdown posts in fastpages.
My First Post!
This post explores my (Andrew’s) journey through markdown syntax.
Basic
This section shows usage of markdown, with italics and bold text.
this is a quote block
List
- this is a numbered list
- this is the second item
- this is an unordered list
- this is the second item
Code
this is a code block
that is multiline
print("hello world!")
Tables
Type of text | examples |
---|---|
strikethrough text | |
hyperlink |
Hi
Now that the introduction is done, it’s time to code!!!