(file)
| 11 | const tableAndStrikeThrough = require('./table-and-strikethrough'); |
| 12 | |
| 13 | async function parse(file) { |
| 14 | return await remark().use(tableAndStrikeThrough).parse(file); |
| 15 | } |
| 16 | |
| 17 | function plugin() { |
| 18 | return transformer; |
no outgoing calls
no test coverage detected