md-editor-rt
Version:
Markdown editor for react, developed in jsx and typescript, dark theme、beautify content by prettier、render articles directly、paste or clip the picture and upload it...
2 lines (1 loc) • 322 B
JavaScript
"use strict";const e=require("react"),t=require("./config.cjs"),o=e.createContext({editorId:"",tabWidth:2,theme:"light",language:"zh-CN",highlight:{css:"",js:""},showCodeRowNumber:!1,usedLanguageText:t.staticTextDefault["zh-CN"],previewTheme:"default",customIcon:{},rootRef:null,disabled:void 0});exports.EditorContext=o;