diff --git a/src/index.js b/src/index.js index e2401dd..b8dab9a 100644 --- a/src/index.js +++ b/src/index.js @@ -53,6 +53,7 @@ function toCardText(el) { } return node.textContent }).join('') + return text } function toFaq(el) { let faq = {}