We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79f3fb7 commit 52c48d5Copy full SHA for 52c48d5
lib/index.js
@@ -175,7 +175,7 @@ function walk (opts, nodes) {
175
// node.tag = false
176
177
m.push(node)
178
-
+
179
return m
180
}
181
@@ -399,9 +399,7 @@ function walk (opts, nodes) {
399
}, [])
400
401
402
403
-function clearRawTag(tree) {
404
+function clearRawTag (tree) {
405
return tree.reduce((m, node) => {
406
if (node.content) {
407
node.content = clearRawTag(node.content)
@@ -415,5 +413,4 @@ function clearRawTag(tree) {
415
413
416
414
417
418
419
-}
+}
0 commit comments