Get Started
Less than 1 minute
By installing and enabling this plugin, you can use more syntax in your Markdown files.
Built-in enhancements by VuePress
VuePress itself adds additional Markdown features. See official docs for more information.
Tree shaking
Output will only include codes of features you enabled, so no need to worry about the size.
Coding
This plugin provides the following features to enhance coding:
- Code Demo: Display and run code snippets in browser.
- Playground: Embed external playground site.
- Kotlin Playground: Reactive kotlin playground.
- Vue Playground: Reactive vue playground.
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;
}
Playground
Kotlin Playground
Kotlin Playground
class Contact(val id: Int, var email: String) fun main(args: Array<String>) { val contact = Contact(1, "mary@gmail.com") println(contact.id) }
Vue Playground
Vue Playground
Sandpack
Vue Playground
Changelog
6/18/25, 10:11 AM
View All Changelog
660a5
-on68504
-on22787
-on99f51
-on95198
-on32f93
-on1669d
-on55ea3
-on539b3
-on7e98c
-one8287
-on2a306
-ond06e4
-on20520
-on3d95f
-on5e7ca
-on4104e
-ona5112
-on2243a
-on23f74
-ond988c
-on637b2
-on7c8cf
-on2fa50
-on2aeec
-on1d7fa
-onea4b1
-on099d8
-on062f2
-onfa32a
-onde484
-ond48cc
-onb1302
-onbe6e4
-on57c57
-on23515
-on48bca
-on5da33
-on9cdd7
-on63d09
-onad023
-onca966
-on88e69
-onfd395
-ond7ad5
-on1eb1a
-on60053
-on1d0f9
-on67429
-on4d1ba
-on907b9
-on4a252
-on84de2
-on0d328
-onced04
-on3b530
-onace60
-on688d8
-on4b8e5
-on5c29c
-on8e875
-on