declare const _default: "\nOrdered list\n\n1. Bird\n1. McHale\n1. Parish\n\n---\n\nOrdered list with mixed numbers\n\n1. Bird\n3. McHale\n2. Parish\n\n---\n\nNested ordered lists \n\n1. Level 1\n1. Level 1\n 1. Level 2\n 1. Level 2\n 1. Level 3\n 1. Level 3\n 1. Level 4\n 1. Level 4\n 1. Level 5\n 1. Level 5\n 1. Level 6\n 1. Level 6\n 1. Level 7\n 1. Level 7\n 1. Level 8\n 1. Level 8\n 1. Level 2\n 1. Level 2\n\n---\n\nList with inline elements\n\n1. This is a [link](https://scalar.com) and a bunch more content forcing the line to wrap to the next line. This is some **bold text** and some *italic text* and some more text to make sure it wraps.\n2. This is some `inline code` and a math formula: (E = mc^2)\n"; export default _default; //# sourceMappingURL=lists-ordered.d.ts.map