Skip to content

Commit

Permalink
fix new line for controls table
Browse files Browse the repository at this point in the history
  • Loading branch information
cpholguera committed Jan 18, 2024
1 parent 64a46d6 commit 054a957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/populate_masvs_categories_md.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def yaml_to_md(input_dir, input_file, for_website):
if group_id_in_file == group_id:
with open(os.path.join(input_dir, file), "a") as f:
if for_website == False:
f.write('\n\n## Controls\n')
f.write('\n## Controls\n\n')
else:
f.write('\n<style> table { width: 100%; } </style>\n\n')
f.write('| ID | Control |\n')
Expand Down

0 comments on commit 054a957

Please sign in to comment.