Skip to content

Commit

Permalink
fix ``` in docs not being formatted as code
Browse files Browse the repository at this point in the history
  • Loading branch information
WebFreak001 committed Dec 13, 2022
1 parent da49728 commit eae5581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/served/utils/ddoc.d
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ MarkedString[] markdownToMarked(string md)
if (line.strip == "```d")
ret ~= MarkedString("", "d");
else if (line.strip == "```")
ret ~= MarkedString("");
ret ~= MarkedString("", "text");
else
ret[$ - 1].value ~= line;
}
Expand Down

0 comments on commit eae5581

Please sign in to comment.