(content, config = {})
| 79 | |
| 80 | describe('transform', function () { |
| 81 | function transform(content, config = {}) { |
| 82 | return markdoc.transform(content, config); |
| 83 | } |
| 84 | |
| 85 | describe('built-in nodes', function () { |
| 86 | it('a heading node', function () { |
no test coverage detected
searching dependent graphs…