2011-03-15 19 views

回答

2
var editor1 = new Markdown.Editor(converter1); 

editor1.hooks.set("onPreviewRefresh", HtmlUpdated); 

editor1.run(); 

}

function HtmlUpdated(){ 
...deal with it... 
} 
相关问题