前言
因为购买的markdown插件实在太垃圾了,不得不再自己重写一个,这钱花得我真无力吐槽(RNM,退钱!! 再次吐槽dz的应用市场和开发!!!)
如果有未兼容、排版错误,或者对编辑器有其他意见,请在本帖下方回复
使用
与脚本站使用同一套markdown技术栈,支持以下功能:
基本功能
懒得动了,复制粘贴来自tui.editor官网
You can create an instance with the following code and use getHtml()
and getMarkdown()
of the Editor.
See the table below for default options
More API information can be found in the document
图片上传
支持复制粘贴上传
多种语言代码高亮
console.log("hello world")
print("hello world");
std::cout<<"hello world";
fmt.Println("hello world");
表格
感谢以下项目
- tui.editor
- github-markdown-css
- prismjs
- erusev/parsedown
End
如果您的discuz论坛也需要此markdown插件可以免费使用,代码是开源的。为论坛也写了不少dz插件,如果有需要也可联系我们,另外也欢迎志同道合的朋友,一起来建设论坛,论坛的挺多资源都是开放、开源的。