Mozi's Self-introduction and Blog Functionality Test

Welcome to Mozi's Blog!

This is a functionality test page where you can see demonstrations of supported features, including Markdown rendering, LaTeX math formula support, and more. If you have any questions or suggestions, feel free to reach out to me!

Figure 1: Insert a picture of IU

Self-introduction

Hello everyone, I am Mozi, focusing on technology sharing and learning. My areas of interest include:

  • Programming
    • Front-end technologies
    • Node.js
    • Minecraft modpack development
  • English Learning
    • Technical English
    • Daily conversation
  • Project-driven Learning
    • Learning by doing is the source of happiness!
    • Real-world project development

If you are interested in these topics, feel free to discuss and collaborate with me!


Functionality Test

1. Markdown Rendering

Title Levels

Heading Level 1

Heading Level 2

Heading Level 3

Heading Level 4

Heading Level 5
Heading Level 6

Paragraphs and Line Breaks

This is the first paragraph.

This is the second paragraph.
This is a line break within the same paragraph.

Text Styles

Bold Text
Italic Text
Bold and Italic Text
Strikethrough Text
Underlined Text

Lists

Unordered List
  • Item 1
  • Item 2
    • Sub-item 2.1
    • Sub-item 2.2
  • Item 3
Ordered List
  1. First item
  2. Second item
    1. Sub-item 2.1
    2. Sub-item 2.2
  3. Third item
Task List

Blockquotes

This is a blockquote demonstrating Markdown's quoting feature.

It can include multiple paragraphs and nested quotes.

Nested quote.

Code

Inline Code

Use console.log("Hello, world!"); to output information.

Code Block
function greet(name) {
return `Hello, ${name}!`;
}

console.log(greet("Mozi"));
def greet(name):
return f"Hello, {name}!"

print(greet("Mozi"))

Tables

Name Age Profession
Mozi 25 Front-end Developer
Xiaoming 30 Back-end Developer
Xiaohong 22 Data Analyst

Click here to learn more about Hexo


😀 😃 😄 😁 😆 😅 😂 🤣

❤️ 🧡 💛 💚 💙 💜 🖤 🤍 🤎

Inline LaTeX Math Formulas

Example of an inline formula: \(\alpha + \beta = \gamma\)

Block-level LaTeX Math Formulas

\[ E = mc^2 \]

\[ \int_{a}^{b} x^2 \, dx = \frac{1}{3} \left(b^3 - a^3\right) \]

Complex LaTeX Formulas

\[ f(x) = \sum_{n=0}^{\infty} \frac{f^{(n)}(a)}{n!} (x - a)^n \]

Emojis Combined with LaTeX

\(\heartsuit\) This is a heart symbol.

\(\clubsuit\) This is a club symbol.