declare const _default: "\nUnordered list\n\n- Red\n- Green\n- Blue\n\n---\n\nUnordered list with mixed symbols\n\n- Red\n+ Green\n* Blue\n\n---\n\nNested unordered lists \n\n- Level 1\n- Level 1\n - Level 2\n - Level 2\n - Level 3\n - Level 3\n - Level 4\n - Level 4\n - Level 5\n - Level 5\n - Level 6\n - Level 6\n - Level 7\n - Level 7\n - Level 8\n - Level 8\n - Level 2\n - Level 2\n\n---\n\nList with inline elements\n\n- 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.\n- This is some `inline code` and a math formula: (E = mc^2)\n"; export default _default; //# sourceMappingURL=lists-unordered.d.ts.map