Skip to content

Commit aa4dcfd

Browse files
committed
show .md files in screenshot
1 parent 1d076fa commit aa4dcfd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

create_requirement_images.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ def asset_path(asset_name):
6969
"py": file_icon,
7070
"mpy": file_icon,
7171
"txt": file_empty_icon,
72+
"md": file_empty_icon,
7273
"toml": file_icon,
7374
"html": file_icon,
7475
"bmp": file_image_icon,

get_imports.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"py",
3333
"mpy",
3434
"txt",
35+
"md",
3536
"toml",
3637
"html",
3738
"bmp",

0 commit comments

Comments
 (0)