Skip to content

Commit

Permalink
style tags (within GitHub markdown limitations..)
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinschmitt committed Oct 27, 2024
1 parent f5d1340 commit adfa1a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bib2readme.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ def to_string(self) -> str:
entry_str += "<br />_Reading this paper? Please consider contributing a TLDR summary._"

if self.awesome_tags:
tags_str = " ".join([f"🏷️ {tag}" for tag in self.awesome_tags])
tags_str = " ".join([f"`[🏷️ {tag}]`" for tag in self.awesome_tags])
entry_str += f"<br />{tags_str}"

if self.authors:
Expand Down

0 comments on commit adfa1a7

Please sign in to comment.