This commit is contained in:
+1
-1
@@ -217,7 +217,7 @@ def json_to_md_nested(json_path, md_path):
|
||||
if key in EXCLUDED_KEYS or not data[key]:
|
||||
continue
|
||||
|
||||
f.write(f"## 🔸 {key.capitalize()}\n\n")
|
||||
f.write(f"## ⚠️ {key.capitalize()}\n\n")
|
||||
|
||||
for i, entry in enumerate(data[key], 1):
|
||||
entry_body = "```\n"
|
||||
|
||||
Reference in New Issue
Block a user