/testing
kitchen sink
Headers
H1
H2
H3
H4
H5
H6
Text Formatting
Bold text
Italic text
Strikethrough text
Inline code
Link to Google
Lists
Unordered List
- Item 1
- Item 2
- Subitem 2.1
- Subitem 2.2
- Item 3
Ordered List
- First item
- Second item
- Subitem 2.1
- Subitem 2.2
- Third item
Code Blocks
Inline Code
This is an example of inline code
.
Block Code
1
2
def hello_world():
print("Hello, world!")
1
2
3
4
5
6
#include <stdio.h>
void main() {
printf("hello world!");
return 0;
}
Tables
Header 1 | Header 2 | Header 3 |
---|---|---|
Row 1 | Data 1 | Data 2 |
Row 2 | Data 3 | Data 4 |
Row 3 | Data 5 | Data 6 |
Blockquotes
This is a blockquote. It can span multiple lines and is often used to highlight important information or quotes.
Info blockquote
Warning blockquote
Danger blockquote
Tip blockquote
Note blockquote
Images
Inline Image
Centered Image
MathJax
MathJax allows you to include mathematical equations in your Markdown. Here are a few examples:
Inline MathJax
This is an inline equation: $E = mc^2$.
Block MathJax
This is a block equation:
\[\int_{a}^{b} x^2 \, dx\]More Complex Equations
\[\frac{\partial u}{\partial t} + u \cdot \nabla u = -\frac{1}{\rho} \nabla p + \nu \nabla^2 u\]Horizontal Rule
Footnotes
Here is a footnote reference1.
Task List
- Task 1
- Task 2
- Task 3
Definition List
- Term 1
- Definition of term 1
- Term 2
- Definition of term 2
Abbreviations
Hover over the text to get the full text.
The HTML specification is maintained by the W3C.
Inline HTML
You can also use inline HTML if needed.
-
This is the footnote content. ↩