Skip to main content

Get Started

About 2 min

By installing and enabling this plugin, you can use more syntax in your Markdown files.

Tips

don't worry about the size of your site. If you don't enable related features, the final code won't include code for these features.

At the same time, VuePress itself adds some Markdown syntaxes. You can view the official documentationopen in new window.

New Feature

Tabs

apple

Apple

Code Tabs

npm
npm i -D vuepress-plugin-md-enhance

Superscript and Subscript

19th H2O

Align

I am center

I am right align

Attrs

A word having id.

Footnote

This text has footnote[1].

Mark

You can mark important words.

Task List

Image Enhancement

Support setting title, color scheme and size

Card

Mr.Hope

Where there is light, there is hope

Chart

A Scatter Chart

Echarts

A line chart

Flowchart

Mermaid

Tex

rωr(yωω)=(yωω){(logy)r+i=1r(1)ir(ri+1)(logy)riωi}

Include files

Tips

Hey how are you? 😄

Code Demo

A normal demo
<h1>VuePress Theme Hope</h1>
<p>Is <span id="very">very</span> powerful!</p>
document.querySelector("#very").addEventListener("click", () => {
  alert("Very powerful!");
});
span {
  color: red;
}

Stylize

Donate Mr.Hope a cup of coffee. Recommended

Playground

TS demo

Vue Playground

Vue Playground

Presentation


  1. This is footnote content ↩︎