* Converts the text node into escaped HTML markup * (representing the text itself).
()
| 6706 | |
| 6707 | |
| 6708 | toMarkup() { |
| 6709 | return utils.escape(this.toText()); |
| 6710 | } |
| 6711 | /** |
| 6712 | * Converts the text node into a string |
| 6713 | * (representing the text iteself). |