We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b160b9d commit fe7ddb0Copy full SHA for fe7ddb0
index.js
@@ -114,7 +114,7 @@ function postHTMLParser(html, options) {
114
}
115
116
if (last.content && last.content.length && typeof last.content[last.content.length - 1] === 'string') {
117
- last.content[last.content.length - 1] = last.content[last.content.length - 1] + text
+ last.content[last.content.length - 1] = `${last.content[last.content.length - 1]}${text}`
118
return
119
120
0 commit comments