Markdown Syntax
Example of markdown syntax you can use to edit your content
Created Aug 1, 2021 - Last updated: Aug 1, 2021
This is just an intro paragraph to show how the initial letter of each article or post will look. The rest of the page shows you the markdown syntax supported by this theme: headings, typography, images, blockquote, lists, code blocks and tables. For more markdown syntax guide, please see this link.
Heading level 1
Heading level 2
Heading level 3
Heading level 4
This is the first line with bold text.
This is the second line with italic text.
This is the third line with bold italic text.
This is the fourth line with strikethrough text.
This is the fifth line with a link to heading level 2.
This is the sixth line with emoji 🥳.
- First Term
- This is the definition of the first term.
- Second Term
- This is one definition of the second term.
- This is another definition of the second term.
Here’s a simple footnote,1 and here’s a longer one.2
This is a blockquote.
This is a blockquote
with multiple paragraphs
This is a
nested blockquote
This is a header level 3
- First item
- Second item.
Italic and also bold are supported.
For more image processing methods, you can create your own shortcode. Check this link to see what you can do.
Ordered list:
- First item
- Second item
- Third item
- Indented item
- Indented item
- Fourth item
Unordered lists:
- First item
- Second item
- Third item
- Indented item
- Indented item
- Fourth item
This is an inline code block
. See below for a multi-line code block with syntax highlighting.
# Python syntax highlighting
def it_is_true():
return True
def it_is_false():
return False
/* CSS syntax highlighting */
html {
text-align: left;
}
Column 1 | Column 2 |
---|---|
Cell 1,1 | Cell 1,2 |
Cell 2,1 | Cell 2,2 |