diff --git a/markdown-table.py b/markdown-table.py index 8e1c7fa..fed52f2 100644 --- a/markdown-table.py +++ b/markdown-table.py @@ -10,4 +10,4 @@ df.drop(['latest_candidate_version'], axis=1, inplace=True) with open(readme_file_path, 'w') as file: file.write("# DataSaker\n### {}\n\n".format(data["datasaker"])) - file.write("# Service Version\n{}".format(df.to_markdown(index=False))) + file.write("# Service Version\n{}".format(df.to_markdown(index=False, colalign=("center", "left", "center", "center", "center"))))