Skip to content

v0.35.0-beta.5

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 18 Jul 21:28

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

Patch Changes

  • Typing or pasting a literal whitespace character reference such as   (space), 	 (tab), or   (non-breaking space) into the editor no longer silently turns it into the actual whitespace character. Previously these typed characters were stored unescaped, so on the next reopen or sync every reader saw an invisible space instead of the text you typed. They now survive edit, save, and reopen exactly as written. Spaces the editor itself preserves at bold/italic boundaries are unaffected, and existing files on disk keep their exact bytes.