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.
WMD コントロールのプレビューが更新されるたびに関数を実行する必要があります。
プレビューの更新用のフックを挿入するために使用できる関数はありますか?
var editor1 = new Markdown.Editor(converter1); editor1.hooks.set("onPreviewRefresh", HtmlUpdated); editor1.run();
}
function HtmlUpdated(){ ...deal with it... }