previw text teste 2

This commit is contained in:
2025-08-11 17:57:04 -03:00
parent aa97d6ce91
commit f215c4699b

View File

@@ -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: