()
| 145 | content: content || 'block+', |
| 146 | ...extra, |
| 147 | addAttributes () { |
| 148 | return { |
| 149 | htmlAttrs: { default: {} } |
| 150 | } |
| 151 | }, |
| 152 | parseHTML () { |
| 153 | return [{ tag, getAttrs: collectDomAttrs }] |
| 154 | }, |
nothing calls this directly
no outgoing calls
no test coverage detected