Skip to content

Commit

Permalink
Reformatted markdown tables in readme
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Helwer <[email protected]>
  • Loading branch information
ahelwer committed Jan 31, 2024
1 parent d0e53cc commit 8bda6f4
Show file tree
Hide file tree
Showing 2 changed files with 110 additions and 110 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/format_markdown_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def format_document(document):
# Gets table of local specs
local_table, remote_table = [child for child in document.children if isinstance(child, Table)]
#format_table(local_table)
format_table(remote_table)
#format_table(remote_table)

# Read, format, write
# Need to both parse & render within same MarkdownRenderer context to preserve other formatting
Expand Down
Loading

0 comments on commit 8bda6f4

Please sign in to comment.