Fixed some MarkDown issues

This commit is contained in:
MathMan05
2024-06-08 09:13:56 -05:00
parent 731ae08ec0
commit ca81f05665
2 changed files with 11 additions and 1 deletions

View File

@@ -30,6 +30,7 @@ function markdown(txt,keep=false){
i+=5;
}else if(txt[i+3]===" "){
element=document.createElement("h2");
element.classList.add("h2md");
keepys="## ";
i+=4;
}