We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cfa9fb commit d95ef1eCopy full SHA for d95ef1e
README.CN.md
@@ -317,6 +317,7 @@ registerPlugin().then(() => {
317
// 插件注册必须在 Cherry 实例化之前完成
318
const cherryInstance = new Cherry({
319
id: 'markdown-container',
320
+ value: '# welcome to cherry editor!',
321
});
322
323
```
README.md
// Plug-in registration must be done before Cherry is instantiated
0 commit comments