Pleasing the format check

Co-authored-by: Alexandru Ionut Tripon <alexandru.tripon97@gmail.com>
Signed-off-by: SabrePenguin <147069705+SabrePenguin@users.noreply.github.com>
This commit is contained in:
SabrePenguin
2024-04-26 16:59:51 -04:00
committed by GitHub
parent 6ecd2c7f31
commit a988415028

View File

@@ -43,6 +43,5 @@ QString markdownToHTML(const QString& markdown)
pos = htmlStr.indexOf("</ul>", pos);
}
return htmlStr;
}