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