()
| 153 | content: content || 'block+', |
| 154 | ...extra, |
| 155 | addAttributes () { |
| 156 | return { htmlAttrs: { default: {} } } |
| 157 | }, |
| 158 | parseHTML () { |
| 159 | return [{ tag, getAttrs: collectDomAttrs }] |
| 160 | }, |
nothing calls this directly
no outgoing calls
no test coverage detected