# Missing Features / Limitations * [x] **Heading varieties** : No support for Setext headings (`===` /`---` underlines), optional closing `#` , heading IDs with duplicate handling, nor preservation of a top-level `h1` (current logic drops the first `#` heading unconditionally). * [x] **Paragraph semantics** : Paragraph building treats every non-empty line as a `

` and inserts `
` between, breaking standard markdown rules about blank lines, lazy continuation lines, and container blocks (lists, blockquotes). * [x] **List handling** : Regex conversion expects isolated list lines and wraps each `

  • ` in its own `