Removing readme from subfolders

This commit is contained in:
elvis kahoro 2022-05-07 17:56:37 -04:00
parent 4469cfd1a1
commit 4ab26de22e
5 changed files with 1 additions and 237 deletions

View file

@ -120,7 +120,7 @@ def main():
cell += f"<img src='previews/{input_file}.svg' width='300'>|"
markdown.append(cell)
output_str = intro + "\n".join(markdown)
output_str = "\n".join(markdown)
with open(os.path.join(output_dir, "README.md"), "w") as output:
output.write(output_str)