Skip to content

v0.13.0-beta.5

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 15 Jun 02:59
· 143 commits to main since this release
524721f

Delta since previous beta (v0.13.0-beta.4) — 1 new changeset.

Patch Changes

  • Fix literal   characters appearing in the editor after closing and reopening a document. A space at the edge of a paragraph, bold/italic run, inline code, or list item is stored by the byte-fidelity engine as the numeric character reference   (or 	 for a tab); on a cold reopen that reference was restored as the visible literal text   instead of a real space. Whitespace numeric character references now display as the decoded space/tab in the editor while still serializing to the exact same bytes on disk, so source byte-fidelity is unchanged. User-authored entity references (&, A) and escaped \  are untouched, and the sourceLiteral security gate continues to reject any non-whitespace divergence between displayed text and persisted bytes.