Skip to content

fix: keep bare heading hashes visible and line-delete through conceal…#26

Open
luctst wants to merge 2 commits into
mainfrom
fix/heading-conceal-and-line-delete
Open

fix: keep bare heading hashes visible and line-delete through conceal…#26
luctst wants to merge 2 commits into
mainfrom
fix/heading-conceal-and-line-delete

Conversation

@luctst
Copy link
Copy Markdown
Owner

@luctst luctst commented May 14, 2026

…ed markers

Bare #/##/### (no trailing space) now render as plain text — the empty-heading clear-paint branch only fires once a trailing space exists.

CMD+Delete, Opt+Delete, and CMD+Left now operate on the true storage line start instead of the layout-visible start, so concealed markdown markers (# , - , [ ] ) are deleted/traversed along with the visible content.

Closes #

📑 Description

✅ Checks

  • My pull request adheres to the code style of this project
  • My code requires changes to the documentation
  • I have updated the documentation as required
  • All the tests have passed

ℹ Additional Information

luctst added 2 commits May 13, 2026 17:11
…ed markers

Bare `#`/`##`/`###` (no trailing space) now render as plain text — the empty-heading clear-paint branch only fires once a trailing space exists.

CMD+Delete, Opt+Delete, and CMD+Left now operate on the true storage line start instead of the layout-visible start, so concealed markdown markers (`# `, `- `, `[ ] `) are deleted/traversed along with the visible content.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant