2.6.2
Markdown import threw on any link Fix
The URL sanitizer was out of scope in the import path, so importing Markdown containing a single link failed outright. Fixed, along with double-escaped inline code.
GFM tables and nested lists import Markdown
Both previously became plain paragraphs. Table header rows now parse to <th>, and nested lists are rebuilt through an indentation stack.
.docx headers and blockquotes survive import Fix
Table headers (w:tblHeader) and Quote-style blockquotes were dropped on import; they now arrive as <th> and <blockquote>. Export already emitted both, so the asymmetry only showed up on a round trip.