グローバル・モディファイア

MTタグのアトリビュートで、タグ共通で使えるもの。
なんていうか、これすげぇ便利なのね。
よく使うものを下記に。

remove_html

HTMLを削除する。

remove_html="1"

http://www.movabletype.jp/documentation/appendices/modifiers/remove_html.html

regex_replace

正規表現による置換。

regex_replace="/<span class="mt-enclosure mt-enclosure-
image" style="display: inline;"><a href="http://.*">表示
</a></span>/",""

http://www.movabletype.jp/documentation/appendices/modifiers/regex_replace.html


グローバル・モディファイアリファレンス | MovableType.jp
http://www.movabletype.jp/documentation/appendices/modifiers/