Add newline to correct Markdown format (#1449)

This commit is contained in:
Peleus Uhley
2021-11-15 15:25:25 -08:00
committed by GitHub
parent adc7eb292c
commit bd5aa79112

View File

@ -26,7 +26,7 @@ def markdown_escape(data: str) -> str:
def code_block(data: str) -> str:
data = data.replace("`", "``")
return "\n```%s\n```\n" % data
return "\n```\n%s\n```\n" % data
def send_teams_webhook(