Skip to content

Commit f01ba94

Browse files
committed
add html to TextRenderer
1 parent b8c5541 commit f01ba94

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/TextRenderer.js

+4
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ module.exports = class TextRenderer {
2020
return text;
2121
}
2222

23+
html(text) {
24+
return text;
25+
}
26+
2327
text(text) {
2428
return text;
2529
}

0 commit comments

Comments
 (0)