Changes
2 changed files (+4/-2)
-
-
@@ -24,8 +24,10 @@ You can inspect the `<img>` tags below to see how it affects the resulting marku   ![[dog.jpg|64]] ```     ![[dog.jpg|64]]
-
-
-
@@ -282,7 +282,7 @@ async function findFileByName(continue; } if (getStem(entry.name) === name) { if (entry.name === name || getStem(entry.name) === name) { found.push(entry); continue; }
-