We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33607b0 commit a35cf13Copy full SHA for a35cf13
webapp/src/Twig/TwigExtension.php
@@ -1412,7 +1412,7 @@ public function extensionToMime(string $extension): string
1412
public function domjudgeMarkdownToHTML(string $markdown): string
1413
{
1414
$latexFound = [];
1415
- while(true) {
+ while (true) {
1416
$start = strpos($markdown,'$$');
1417
$end = strpos(substr($markdown, $start+2), '$$');
1418
if ($start === false || $end === false) {
0 commit comments