# 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 `