previw text teste 2
This commit is contained in:
@@ -62,9 +62,8 @@ $(function () {
|
||||
case true:
|
||||
$(".txtarea").hide();
|
||||
$(".txtmark").show();
|
||||
document.getElementById("markdown").innerHTML = marked.parse(
|
||||
$("#edit")[0].value,
|
||||
);
|
||||
$(".txtmark div").html(marked.parse($("#edit")[0].value));
|
||||
|
||||
txt = false;
|
||||
break;
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user