如何从 WMD 编辑器获取简单的纯文本?
我可以从 WMD 编辑器获取 Markdown 和 HTML 格式的文本。 根据我的要求,我还需要从 WMD 编辑器获取纯文本。我想用一个简单的例子来解释它。
在 Stack Overflow 中,我们在 WMD 编辑器中输入描述时将看到 Markdown 文本。在预览中我们可以看到 格式的文本。在问题页面中,如果没有 Markdown 和格式化文本,我们就可以看到两行问题描述。
我需要实现同样的功能。我需要做什么?
I'm able to get Markdown and HTML formated text from the WMD editor. In my requirement I also need to get plain text from the WMD Editor. I would like to explain it with a simple example.
In Stack Overflow we will see Markdown text while typing a description in the WMD editor. In the preview we are able to see the <b>formatted text. In the Question Page, without this Markdown and formatted text we are able to see the question description in two lines.
I need to achieve same kind of functionality. What do I need to do?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
WMD(或至少 wmd-new,因为 WMD 似乎已被放弃)使用 jQuery,因此获得纯文本输出的最简单方法是:
假设您使用标准 div id预览。这甚至可以像 Stack Overflow 中写的那样工作。
WMD (or at least wmd-new, since WMD seems abandoned) uses jQuery, so the easiest way to get the plain text output is:
assuming you're using the standard div id for the preview. This even works as written in Stack Overflow.