You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A paragraph break now renders in Writer as exactly one full blank
line — the same gap the Markdown view shows for its literal blank
line. Previously it rendered as only a small spacing bump, so a
note with a paragraph break followed by plain line breaks showed
three subtly-different line gaps in Writer while Markdown mode
showed a clear blank line: the two views disagreed about the same
content. Measured in-browser after the fix: paragraph gap 48px,
plain line break 24px, in both views identically.
The release workflow can now also be run manually (workflow
dispatch with a version input): it creates the tag at main's head
and the release in one step, for situations where pushing a tag
directly isn't possible.