1.0.7 • Published 3 years ago

cib-markdown v1.0.7

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

cib-markdown

A markdown editor that uses marked.js as the compiled tool and highlight.js as the code rendered function.

支持的属性

height: {// 初始化高度
    type: Number,
    default: 600
},
autoSave: {
    type: Boolean,
    default: true
},
saveInterval: {
    type: Number,
    default: 20000
},
value: {
    type: String,
    default: ''
},
bordered: {
    type: Boolean,
    default: true
},
toolbars: {
    type: Object,
    default() {
        return {} // 支持image,link, import, fullscreen, preview, save, publish
    }
}
1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago