Temp Post Demo
Temp Demo Post
Introduction
Hello, World! I’m here to demonstrate Markdown and MathJax features.
Lists
Unordered List
- Item One
- Item Two
- Subitem Two Point One
- Subitem Two Point Two
Ordered List
- First Thing
- Second Thing
- Subthing Two Point One
- Subthing Two Point Two
Code
Inline code
with backticks.
# Code block with syntax highlighting
def hello_world():
print("Hello, Markdown World!")
Blockquotes
This is a blockquote.
Nested blockquote.
Images and Links
Click here for the most exciting website
Tables
Header One | Header Two | Header Three |
---|---|---|
Row 1, Col 1 | Row 1, Col 2 | Row 1, Col 3 |
Row 2, Col 1 | Row 2, Col 2 | Row 2, Col 3 |
Text Formatting
We can use italics, bold, and strikethrough text, or even underline text, and highlight text.
Combining these formats is also possible: bold italics, bold strikethrough, bold italics strikethrough underline, etc.
Horizontal Rule
MathJax
Inline Math: \( e^{i\pi} + 1 = 0 \)
Block Math:
\[\int_0^\infty e^{-x^2} dx=\frac{\sqrt{\pi}}{2}\]Footnotes
This is a footnote reference1.
Definition Lists
- Term 1
- Definition 1
- Term 2
- Definition 2
Task List
- Task 1
- Task 2
- Task 3
Subscript and Superscript
H2O is a liquid. 102 is 100.
-
This is the footnote. ↩