// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`simple.md 1`] = ` ====================================options===================================== parsers: ["markdown"] printWidth: 80 proseWrap: "always" | printWidth =====================================input====================================== [alpha]: http://example.com =====================================output===================================== [alpha]: http://example.com ================================================================================ `; exports[`space.md 1`] = ` ====================================options===================================== parsers: ["markdown"] printWidth: 80 proseWrap: "always" | printWidth =====================================input====================================== [alpha]: "title" =====================================output===================================== [alpha]: "title" ================================================================================ `; exports[`title.md 1`] = ` ====================================options===================================== parsers: ["markdown"] printWidth: 80 proseWrap: "always" | printWidth =====================================input====================================== [alpha]: http://example.com "title" =====================================output===================================== [alpha]: http://example.com "title" ================================================================================ `;