/back

/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

Ordered List

  1. First item
  2. Second item
    1. Subitem 2.1
    2. Subitem 2.2
  3. 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

Alt text for inline image

Centered 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

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.

  1. This is the footnote content.