简体   繁体   English

TinyMCE不会让我上标并去除我的sup标签

[英]TinyMCE won't let me superscript and strips out my sup tags

I downloaded TinyMCE latest version 4.3 from https://www.tinymce.com/ . 我从https://www.tinymce.com/下载了TinyMCE最新版本4.3。

Everything is working fine but for some reason it wont let me superscript at a start of a sentence and it sometimes lets me superscript at the end of the sentence. 一切工作正常,但由于某种原因,它不会让我在句子开头加上上标,有时也让我在句子结尾处加上上标。 I can't duplicate the conditions. 我不能重复条件。

When I try to go into code enter the sup tags it strips them out. 当我尝试输入代码时,请输入sup标签将其剥离。

 <sup>1</sup>wont allow blah blah blah sometimes allow<sup>1</sup>

How do i disable stripping out/removing my super scripts 我如何禁用剥离/删除超级脚本

my mistake in my config file 我在我的配置文件中的错误

i had set 我已经设定

valid_children:  p[strong|a|#text|br] 

i just add to add sup to to that list before i had 我只是在添加之前将sup添加到该列表中

valid_children:  p[strong|a|#text|br],sup 

should be 应该

valid_children:  p[strong|a|#text|br|sup]

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Webpack 从我的样式表中的内联 SVG 中去除标签,我不知道为什么 - Webpack strips tags out of inline SVGs in my stylesheets and I don't know why 它不会徘徊或让我单击图库中的图像 - It won't hover or let me click on images in my gallery <sup>在所有商标和注册商标符号周围</sup>添加上标<sup>标签</sup> - Adding superscript <sup> tags around all trademark and registered trademark symbols TinyMCE画得很好,但不会让我输入它。 在FF中,按钮有错误:组件返回失败代码:0x80004005 - TinyMCE Draws Okay, But Won't Let Me Type In It. In FF, Buttons Have Error: Component returned failure code: 0x80004005 Jquery不会让我添加$(this).html(); - Jquery won't let me add $(this).html(); 我正在尝试插入文本,但本地终端上的输入字段不允许我 - I'm trying to insert a text but the input field on my local terminal won't let me 升级的Excel和Visual Studio现在不允许我运行我的外接程序项目 - Upgraded Excel and now visual studio won't let me run my add-in project 带有 sup 和 sub 文本的按钮不会点击 - Button with sup and sub text won't click onclick不允许我将div显示设置为隐藏,将另一个设置为内联,隐藏注释掉后,内联工作一次 - onclick won't let me set div display to hidden and another to inline, inline works once when hidden commented out Vuejs不会让我在请求中使用console.log - Vuejs won't let me console.log within request
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM