Skip to content

Commit

Permalink
add html to TextRenderer
Browse files Browse the repository at this point in the history
  • Loading branch information
UziTech committed Mar 20, 2020
1 parent b8c5541 commit f01ba94
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/TextRenderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ module.exports = class TextRenderer {
return text;
}

html(text) {
return text;
}

text(text) {
return text;
}
Expand Down

0 comments on commit f01ba94

Please sign in to comment.