Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.08 KB

README.md

File metadata and controls

38 lines (26 loc) · 1.08 KB

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.