Skip to content

Commit 48c4f99

Browse files
committed
update script expand
1 parent 2914f67 commit 48c4f99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/bib2readme.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ def to_string(self) -> str:
5454
entry_str += (
5555
f"<details>\n"
5656
f"<summary>Show BibTeX</summary>\n"
57-
f"<pre>```\n"
57+
f"<pre><code>\n"
5858
f"{self.bibtex}\n"
59-
f"```</pre>\n"
59+
f"</code></pre>\n"
6060
f"</details>\n"
6161
)
6262
entry_str += "\n"

0 commit comments

Comments
 (0)