Add extra line after code fence.
This commit is contained in:
parent
34357163cd
commit
80f181cbb6
|
@ -12,7 +12,7 @@ void type_error::pretty_print(std::ostream& to, parse_driver& drv) {
|
||||||
to << "occuring on line " << loc->begin.line << ":" << std::endl;
|
to << "occuring on line " << loc->begin.line << ":" << std::endl;
|
||||||
to << std::endl << "```" << std::endl;
|
to << std::endl << "```" << std::endl;
|
||||||
drv.print_highlighted_location(to, *loc);
|
drv.print_highlighted_location(to, *loc);
|
||||||
to << "```" << std::endl;
|
to << "```" << std::endl << std::endl;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user