Skip to content

Commit

Permalink
remove lang=yaml as code is broken up in lines
Browse files Browse the repository at this point in the history
  • Loading branch information
FynnBe committed Nov 14, 2024
1 parent 3426388 commit 6b3729b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bioimageio/spec/summary.py
Original file line number Diff line number Diff line change
Expand Up @@ -345,8 +345,8 @@ def format_loc(loc: Loc):
[
"🐍",
"recommended conda env",
f'<pre lang="yaml"><code>{rec_env.getvalue().replace(
'\n', '</code><br><code>'
f'<pre><code>{rec_env.getvalue().replace(
"\n", "</code><br><code>"
)}</code></pre>',
]
)
Expand Down

0 comments on commit 6b3729b

Please sign in to comment.