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

19 lines
340 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`list.md - markdown-verify 1`] = `
- * * *
+ - - -
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- ***
* ---
`;
exports[`simple.md - markdown-verify 1`] = `
***
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
---
`;