mirror of
https://github.com/ethauvin/warp-themes.git
synced 2025-04-25 09:07:11 -07:00
Removing readme from subfolders
This commit is contained in:
parent
4469cfd1a1
commit
4ab26de22e
5 changed files with 1 additions and 237 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue