Markdown
Every document page in VuePress is rendered by Markdown.
You need to build your document or blog page by creating and writing Markdown in the corresponding path.
# Markdown introduction
If you are a new learner and don’t know how to write Markdown, please read Markdown Intro and Markdown Demo.
Frontmatter
Frontmatter is a important concept in VuePress. If you don’t know it, you need to read Frontmatter Introduction.
# VuePress enhance
To enrich document writing, VuePress has extended Markdown syntax.
For these extensions, please read Markdown extensions in VuePress.
# Theme enhance
# Superscript and Subscript
19th H2O
# Align
I am center
I am right align
# Footnote
This text has footnote[1].
# Mark
You can mark important words .
# Tasklist
# Flowchart
# Mermaid
# Tex
# Code Demo
<h1>Mr.Hope</h1>
<p>Is <span id="very">very</span> handsome</p>
2
document.querySelector("#very").addEventListener("click", () => {
alert("Very handsome!");
});
2
3
span {
color: red;
}
2
3
# Presentation
This is footnote content ↩︎