title: | Markdown Test File | ||||
---|---|---|---|---|---|
date: | 2025-03-30T00:00:00.000Z | ||||
tags: |
|
This file demonstrates all common markdown features.
Italic text and also italic text
Bold text and also bold text
Bold and italic and also bold and italic
Strikethrough text
This is inline code
example.
function hello() {
console.log("Hello, world!");
}
def hello(): print("Hello, world!")
Header 1 | Header 2 | Header 3 |
---|---|---|
Cell 1 | Cell 2 | Cell 3 |
Cell 4 | Cell 5 | Cell 6 |
This is a blockquote
This is a nested blockquote
Back to the first level
Here's a sentence with a footnote. 1
Term 1 : Definition 1
Term 2 : Definition 2
:smile: :heart: :rocket:
Inline math: $E = mc^2$
Block math: $$ \frac{n!}{k!(n-k)!} = \binom{n}{k} $$
* This is not italic *
This is the first line.
This is the second line.
*[HTML]: Hyper Text Markup Language *[W3C]: World Wide Web Consortium
The HTML specification is maintained by the W3C.
This is the footnote. ↩