What gets normalized
- Headings, lists (nesting included), quotes, code blocks and dividers map to the same structures. Tables from Excel, spreadsheets and the web arrive as table blocks, and so does markdown pipe-table text.
- Bold, italic, underline, strikethrough and links survive, including Google Docs style-based formatting.
- Word artifacts and odd whitespace are stripped. Decorations like colors, fonts and sizes are not carried over.
Tables and images
Tables have no dedicated block yet, so each row becomes a line with tab-separated cells. Image upload is on the way.