@vavt/markdown-theme
v4.2.1
Published
Themes for md-editor-v3 series
Downloads
421
Readme
markdown-theme
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.
Install
yarn add @vavt/markdown-theme
Usage
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.