Attributes now have YAML values

This commit is contained in:
Zef Hemel
2023-07-26 17:12:56 +02:00
parent 5481e49393
commit 7b8d8af2c1
12 changed files with 139 additions and 54 deletions
+1 -1
View File
@@ -129,7 +129,7 @@ export async function replaceNodesMatchingAsync(
tree.children.splice(pos, 1);
}
} else {
replaceNodesMatchingAsync(child, substituteFn);
await replaceNodesMatchingAsync(child, substituteFn);
}
}
}