Attributes now have YAML values
This commit is contained in:
@@ -129,7 +129,7 @@ export async function replaceNodesMatchingAsync(
|
||||
tree.children.splice(pos, 1);
|
||||
}
|
||||
} else {
|
||||
replaceNodesMatchingAsync(child, substituteFn);
|
||||
await replaceNodesMatchingAsync(child, substituteFn);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user