declare const _default: "\nTask list\n\n- [x] Write the press release\n- [ ] Update the website\n- [ ] Contact the media\n\n---\n\nTask list with nested lists\n\n- [x] Write the press release\n - [x] Draft the content\n - [x] Review with the team\n- [ ] Update the website\n - Unordered sublist item\n - Another sublist item\n- [ ] Update the website\n 1. Ordered sublist item\n 2. Another sublist item\n- [ ] Contact the media\n\n---\n\nTask Lists with inline elements\n\n- [x] 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-tasks.d.ts.map