English | 中文
Themes for md-editor-v3 series.
Name | Source |
---|---|
default | - |
vuepress | - |
github | - |
cyanosis | juejin-markdown-theme-cyanosis |
mk-cute | juejin-markdown-theme-mk-cute |
smart-blue | juejin-markdown-theme-smart-blue |
The styles are not exactly the same as the original. If you have an excellent suggestion, clone project md-editor-extension and create PR to share your theme.
yarn add @vavt/markdown-theme
Import some one([name].css):
import '@vavt/markdown-theme/default.css';
Import all themes:
import '@vavt/markdown-theme/all.css';
Introducing themes separately in
>2.10.0
editors is no longer supported.