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

30 lines
597 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`collapsed.md 1`] = `
![hello][]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
![hello][]
`;
exports[`full.md 1`] = `
![hello][world]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
![hello][world]
`;
exports[`full-no-alt.md 1`] = `
![][world]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
![][world]
`;
exports[`shortcut.md 1`] = `
![hello]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
![hello]
`;