Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我网站上的静态页面可以使用纺织标记语言进行编辑和编写。现在,如果我需要在静态页面上包含 GetSatisfaction 小部件或 Wufoo 表单,我该怎么做。按原样添加小部件代码无济于事。在字符串中也没有使用 == 。
好的,问题解决了。
我使用了 notextile.. 扩展块并将 JS 代码包含在标签中。
您是否尝试过将其包装起来<notextile>these tags</notextile>以暂时暂停 Textile 解析而不是使用 ==?考虑到 == 面对嵌入式脚本的脆弱性,这可能更有可能奏效。
<notextile>these tags</notextile>