Note the title uses HTML h1
tags to center align the text.
Paragraphs are separated by blank lines. This does nothing.
This, however, starts a new paragraph.
Quote using angle brackets. Similar to paragraphs, this continues the same paragraph.
Add a blank line to break paragraphs.
Quotes can be nested with additional angle brackets.
Bold text uses double asterisks.
Italic text uses single astersisks.
Bold and italic uses triple asterisks.
Bold can be used with nested italic.
Italic can be used with nested bold.
Double tildes create strikethrough text.
Sub tags create subscript text.
Sup tags create superscript text.
Links to websites use square brackets.
Relative link to another file.
Relative link with a heading specified.
Text can have footnotes1.
- Numbers create an ordered list.
- Add items as follows
- Add a sublist as follows.
- Third level of indentation.
- Add a sublist as follows.
-
Dashes create an unordered list.
- This, too can be indented.
- The third level of indentation.
- This, too can be indented.
-
Task lists can have checkboxes
-
A ticked box.
One column | A second column | A third column |
---|---|---|
Some text in a column that is left aligned. | Some center aligned text. | Some right aligned text. |
Math can be written inline with single $ characters:
Or in a full math block with double $$ characters:
A collapsed section.
Section contents.
Inline monospaced code
can be surrounded with backticks.
A code block consists of triple backticks.
# Specific syntax highlighting
a = 1
b = 2
print(f'{a + b = })
graph TD;
A-->B;
A-->C;
B-->D;
C-->D;
Footnotes
-
The reference to the footnote above. Note that this always appears at the end of the file. ↩