redcarpet 的工具栏实现(Markdown 解释器)
我希望在我的应用程序。
是否有某种工具栏添加可以用来为用户提供一个在文本区域上带有“类似堆栈”选项(粗体、斜体等)的工具栏?
I am looking to use the Redcarpet gem (https://github.com/tanoku/redcarpet) in an app of mine.
Is there some kind of toolbar add in that i can use to give users a toolbar with "stack-like" options (bold, italics, etc, etc) on textareas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Redcarpet 只是 Markdown。有一些基于网络的 Markdown 编辑器,但我最喜欢的是 markItUp! 因为它很好而且轻的。它是一个基于 jQuery 的编辑器,适用于各种标记/向下/html/等。
Redcarpet is just Markdown. There are a few web-based Markdown editors out there, but my favorite is markItUp! since it's nice and light-weight. It's a jQuery-based editor for all kinds of markup/down/html/etc.