Skip to content

Themes for md-editor-v3 and md-editor-rt series

Notifications You must be signed in to change notification settings

imzbf/markdown-theme

Repository files navigation

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.