Simditor的Markdown格式化扩展 simditor-marked
- 授权协议: 未知
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: https://github.com/huyinghuan/simditor-marked
- 软件文档: https://github.com/huyinghuan/simditor-marked
软件介绍
Simditor扩展,将编辑器内markdown的内容格式化
如何使用
常规加载
在Simditor的基础上额外引用marked.js 和 simditor-marked 的脚本
<script src="js/marked.js"></script> <script src="js/simditor-marked.js"></script>
配置
new Simditor({
textarea: textareaElement,
...,
toolbar: [..., 'marked']
})
点击marked 按钮(类似m的图标)后(或用快捷键Ctrl+m),将格式化编辑器里面markdown的内容。 如果选中了一部分编辑器的内容,那么只会格式选中的内容,否则格式全部内容。
Ajax for Web Application Developers
Kris Hadlock / Sams / 2006-10-30 / GBP 32.99
Book Description Reusable components and patterns for Ajax-driven applications Ajax is one of the latest and greatest ways to improve users’ online experience and create new and innovative web f......一起来看看 《Ajax for Web Application Developers》 这本书的介绍吧!
RGB转16进制工具
RGB HEX 互转工具
RGB HSV 转换
RGB HSV 互转工具
