Blog Title H1
This is a paragraph of regular text content to test basic font colors.
Secondary Heading H2
Tertiary Heading H3
Fourth Level Heading H4
Fifth Level Heading H5
Sixth Level Heading H6
Text Styling
This is an example of bold text.
This is an example of italic text.
This is an example of bold italic text.
This is an example of ~~strikethrough text~~.
This is an example of inline code
.
Code Blocks
// JavaScript code block
function helloWorld() {
console.log("Hello, World!");
return true;
}
# Python code block
def hello_world():
print("Hello, World!")
return True
/* CSS code block */
.example {
color: #333;
font-size: 16px;
font-weight: bold;
}
Blockquotes
This is an example of a blockquote.
Quotes can contain multiple lines of content.
This is an example of a nested quote.
Lists
Unordered List
- List item 1
- List item 2
- Nested list item 2.1
- Nested list item 2.2
- List item 3
Ordered List
- First item
- Second item
- Nested ordered list 2.1
- Nested ordered list 2.2
- Third item
Task List
- [x] Completed task
- [ ] Incomplete task
- [x] Another completed task
Links and Images
Tables
| Left Align | Center Align | Right Align | |:-----------|:------------:|------------:| | Content 1 | Content 2 | Content 3 | | Long content example | Short | Number 123 | | Test | Table | Styles |
Horizontal Rule
Special Elements
Keyboard Keys
Press Ctrl + C to copy content.
Highlighted Text
Use ==highlighted text== to emphasize important content.
Subscript and Superscript
H2O is the chemical formula for water.
E = mc2 is Einstein's mass-energy equation.
Mathematical Formulas
Inline math formula: $E = mc^2$
Block math formula: $$ \int_{-\infty}^{\infty} e^{-x^2} dx = \sqrt{\pi} $$
Comments and Footnotes
This is an example of a footnote[^1].
This is another footnote example[^note].
[^1]: This is the content of the first footnote. [^note]: This is the content of the named footnote.
Definition Lists
Term 1 : This is the definition of term 1.
Term 2 : This is the definition of term 2. : A term can have multiple definitions.
Abbreviations
HTML stands for HyperText Markup Language.
*[HTML]: HyperText Markup Language
Conclusion
This blog contains various Markdown syntax examples that can help test whether different elements' font color settings are working properly.