prettier/tests/markdown_image/__snapshots__/jsfmt.spec.js.snap

16 lines
476 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`simple.md - markdown-verify 1`] = `
![hello](http://example.com/image.png)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
![hello](http://example.com/image.png)
`;
exports[`title.md - markdown-verify 1`] = `
![hello](http://example.com/image.png "title")
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
![hello](http://example.com/image.png "title")
`;