Skip to content

Commit

Permalink
Fix title
Browse files Browse the repository at this point in the history
  • Loading branch information
HCookie committed Oct 16, 2024
1 parent d722626 commit 4eaecfc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contributors/markdown.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ def write_markdown_file(
markdown_file.write(table['Independent'])
else:
for key, t in table.items():
org_title = f"## [{key}](https://github.com/{key})\n" if not key == 'Independent' else f"## {key}"
markdown_file.write(f"## [{key}](https://github.com/{key})\n")
markdown_file.write(t)
markdown_file.write(
Expand Down

0 comments on commit 4eaecfc

Please sign in to comment.