()
| 33 | }, |
| 34 | |
| 35 | parseHTML() { |
| 36 | return [{ tag: 'div[data-html-block]' }]; |
| 37 | }, |
| 38 | |
| 39 | renderHTML({ node }) { |
| 40 | const encoded = btoa(unescape(encodeURIComponent(node.attrs.content))); |
nothing calls this directly
no outgoing calls
no test coverage detected