如何在rails项目的tinymce编辑器中添加HTML注释
我正在为我的 Rails 应用程序之一使用 tinymce 编辑器。 我需要添加 HTML 注释 (),但它无法将 HTML 标记保存为注释。
请帮忙!! 提前致谢。
I am using the tinymce editor for one of my rails app.
I need to add HTML comments (<!-- -->
), but it's not able to save the HTML tag as comment.
Please help!!
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要使用名为
code
的tinymce 插件(在tinymce UI 中显示为“html”按钮)才能插入注释。如果您在编辑器中将它们作为文本输入,它们将被视为文本。You need to use the tinymce plugin named
code
(visible as 'html'-button in the tinymce UI) in order to insert comments. If you enter them as text inside the editor they will be treated as text.