This page demonstrates various Markdown formatting features that can be used in the theme. The following sections showcase different elements, such as blockquotes, headings, lists, and more.
Table of Contents
Markdown Text Formatting Options
Some bold text. Italic text. Bold and italic text.
Strikethrough text. Inline code
.
Collapsible Sections
Open sections by default:
Click to close
This is an open section.
Closed sections by default:
Click to open
Peak-a-boo
Blockquotes
This is a blockquote example. You can add multiple levels of blockquotes to create a nested structure. For example, this is a second level blockquote.
This is a third level blockquote.
Headings
H3 Header Example
This is an example of an H3 header.
H4 Header Example
This is an example of an H4 header.
Tables
Header 1 | Header 2 | Header 3 |
---|---|---|
Row 1 | Row 1 | Row 1 |
Row 2 | Row 2 | Row 2 |
Row 3 | Row 3 | Row 3 |
with alignment:
Left-Aligned | Centered | Right-Algned |
---|---|---|
foo | fibonacci | some more stuff |
bar | 42 | (idk what else) |
Footnotes
Footnote example1
Some other footnote that is inline2. As you can see, it just blends right in!
Lists
Unordered List
- Item 1
- Item 2
- Item 3
Ordered List
- Item 1
- Indented item
- Yet another indented item
- Item 2
- Item 3
Code Blocks
fn main() {
println!("Hello, world!");
}
Inline Code
This is an example of inline code
. You can use backticks to highlight code
snippets within a paragraph.
Links
This is an example link. You can add links to text by wrapping the text in square brackets and the URL in parentheses.
Some footnote
https://en.wikipedia.org/wiki/Isometric_projection