Skip to content

Commit

Permalink
Update: cryptocurrencies table generator
Browse files Browse the repository at this point in the history
  • Loading branch information
meherett committed Aug 13, 2024
1 parent e20afe3 commit 79a051e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/tools/generate_cryptocurrencies_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@

# Table headers
markdown_table: str = (
"<table><thead><tr><th align='left'>Name</th><th>Network</th>"
"<th>WIF Prefix</th><th>Address Prefix</th></tr></thead><tbody>"
"<table><thead><tr><th align='left'><div style='margin: 0;'>Name</div></th><th>"
"<div style='margin: 0;'>Network</div></th><th><div style='margin: 0;'>WIF Prefix</div>"
"</th><th><div style='margin: 0;'>Address Prefix</div></th></tr></thead><tbody>"
)

rst_table: str = (
Expand Down

0 comments on commit 79a051e

Please sign in to comment.