Skip to content

Commit cac4c27

Browse files
committed
overwrite mdHtml rather than returning out
1 parent ab471e8 commit cac4c27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

markdown-it/markdown-it.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ QtObject {
103103
? closeMathTag + '</i><br>'
104104
: closeMathTag + '</i>&nbsp;';
105105

106-
return out;
106+
mdHtml = out;
107107
}
108108
);
109109
}

0 commit comments

Comments
 (0)