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

23 lines
592 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`simple.md 1`] = `
[alpha]: http://example.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[alpha]: http://example.com
`;
exports[`space.md 1`] = `
[alpha]: <http://example.com 123> "title"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[alpha]: <http://example.com 123> "title"
`;
exports[`title.md 1`] = `
[alpha]: http://example.com "title"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[alpha]: http://example.com "title"
`;