Revert "readme: Trying centre alignment in tools table."
This reverts commit c6359a8873.
This commit is contained in:
parent
c6359a8873
commit
dc5865cf67
2 changed files with 2 additions and 2 deletions
|
|
@ -48,7 +48,7 @@ then to run:
|
|||
### Tools
|
||||
|
||||
Extensions({len(extension_set)-1}) | Tools({len(tool_set)})
|
||||
:----------:|:-----:""")
|
||||
----------:| -----""")
|
||||
for extensions, tools_ in all_tools:
|
||||
print("%s | %s" % (" ".join("." + extension for extension in extensions),
|
||||
" • ".join(tool_markup(tool) for tool in tools_)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue