Skip to content

Commit

Permalink
Specify code blocks in manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
mathbunnyru committed Nov 5, 2023
1 parent 29a79fc commit a73ba5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tagging/manifests.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
def quoted_output(container: Container, cmd: str) -> str:
return "\n".join(
[
"```",
"```text",
DockerRunner.run_simple_command(container, cmd, print_result=False).strip(
"\n"
),
Expand Down Expand Up @@ -54,7 +54,7 @@ def create_header(
f"- Git commit SHA: [{commit_hash}](https://github.com/jupyter/docker-stacks/commit/{commit_hash})",
"- Git commit message:",
"",
"```",
"```text",
f"{commit_message}",
"```",
]
Expand Down

0 comments on commit a73ba5a

Please sign in to comment.