タグの周りのタグ
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.
私はRTEを使用していますが、RTEが<p>タグをタグにラップしていることに腹を立てています<img>。<p>RTEがタグをタグの周りにラップしないようにするにはどうすればよい<img>ですか?
<p>
<img>
PageTSConfigでは次のようになります
RTE.default.proc.allowTagsOutside = img,hr
また
RTE.default.proc.allowTagsOutside := addToList(img)
以前の設定とimgが追加で必要な場合