We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d076fa commit aa4dcfdCopy full SHA for aa4dcfd
create_requirement_images.py
@@ -69,6 +69,7 @@ def asset_path(asset_name):
69
"py": file_icon,
70
"mpy": file_icon,
71
"txt": file_empty_icon,
72
+ "md": file_empty_icon,
73
"toml": file_icon,
74
"html": file_icon,
75
"bmp": file_image_icon,
get_imports.py
@@ -32,6 +32,7 @@
32
"py",
33
"mpy",
34
"txt",
35
+ "md",
36
"toml",
37
"html",
38
"bmp",
0 commit comments