艾弗森
也是写哪都可能是可能的撒到你哭啦
$(function(){
// console.log($(document.
![Uploading 文字_927874.png . . .]
getElementById('preview').contentWindow.document));
$('#content').on('input',function(){
var html = markdown.toHTML($(this).val());
$(document.getElementById('preview').contentWindow.document).find('body').html(html);
});
$('#editer').on('input',function(event){
var _this = $(this);
console.log({
type:event.type,
value:_this.val(),
text:_this.text(),
html:_this.html(),
});
});
});