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

35 lines
1.1 KiB
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`list.md 1`] = `
====================================options=====================================
parsers: ["markdown"]
printWidth: 80
proseWrap: "always"
| printWidth
=====================================input======================================
- * * *
+ - - -
=====================================output=====================================
- ***
* ---
================================================================================
`;
exports[`simple.md 1`] = `
====================================options=====================================
parsers: ["markdown"]
printWidth: 80
proseWrap: "always"
| printWidth
=====================================input======================================
***
=====================================output=====================================
---
================================================================================
`;