testing

by  rn0x on 13 Feb 2025, 03:30 GMT

Markdown Syntax Test

Headings

Heading 1

Heading 2

Heading 3
Heading 4
<h7>Heading 5</h7> <h8>Heading 6</h8>

Text Formatting

Bold Text
Italic Text
~~Strikethrough~~
Inline code

Blockquote: This is an example of a blockquote.


Lists

Unordered List:
  • Item 1
  • Item 2
  • Subitem 2.1
  • Subitem 2.2
  • Item 3
Ordered List:
  1. First item
  2. Second item
  3. Third item

Links

Google


Images

Small Image:

Small Image

Large 4K Image:

4K Image


Code Blocks

console.log("Hello, world!");
def hello():
    print("Hello, world!")

Tables

| Column 1 | Column 2 | Column 3 | |----------|----------|----------| | Data 1 | Data 2 | Data 3 | | Data 4 | Data 5 | Data 6 |


Task List

  • [x] Task 1
  • [ ] Task 2
  • [ ] Task 3

Emojis 🎉🔥🚀


HTML Support

This is red text using HTML.


Footnotes

This is a sentence with a footnote.[^1]

[^1]: This is the footnote content.


Math Equations (LaTeX)

Inline: $E = mc^2$

Block:

$$ \sum_{i=1}^{n} i = \frac{n(n+1)}{2} $$

0 replies