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.
それが誰かを助けるかもしれない場合:
私は同じことを達成したかったので、保存する前にコンテンツを前処理することになりました。Python でタグを置き換える例:
content.replace('<b>', '<strong>').replace.('</b>', '</strong>')
置き換えたい他のタグや部分文字列にも同じ手法を使用できます。