Skip to content

Add auto-surround support for tilde in Markdown - #58614

Merged
JosephTLyons merged 1 commit into
mainfrom
Add-auto-surround-support-for-tilde-in-Markdown
Jun 5, 2026
Merged

Add auto-surround support for tilde in Markdown#58614
JosephTLyons merged 1 commit into
mainfrom
Add-auto-surround-support-for-tilde-in-Markdown

Conversation

@JosephTLyons

@JosephTLyons JosephTLyons commented Jun 5, 2026

Copy link
Copy Markdown
Collaborator

This enables you to easily add strikethroughs to text you have selected by typing ~ twice.
This matches VS Code's behavior.

Self-Review Checklist:

  • I've reviewed my own diff for quality, security, and reliability
  • Unsafe blocks (if any) have justifying comments
  • The content is consistent with the UI/UX checklist
  • Tests cover the new/changed behavior
  • Performance impact has been considered and is acceptable

Release Notes:

  • Added support for surrounding selected Markdown text with ~ by typing ~

@cla-bot cla-bot Bot added the cla-signed The user has signed the Contributor License Agreement label Jun 5, 2026
@zed-community-bot zed-community-bot Bot added the staff Pull requests authored by a current member of Zed staff label Jun 5, 2026
@JosephTLyons
JosephTLyons enabled auto-merge June 5, 2026 03:22
@JosephTLyons
JosephTLyons added this pull request to the merge queue Jun 5, 2026
Merged via the queue into main with commit fcb95aa Jun 5, 2026
44 checks passed
@JosephTLyons
JosephTLyons deleted the Add-auto-surround-support-for-tilde-in-Markdown branch June 5, 2026 03:29
TomPlanche pushed a commit to TomPlanche/zed that referenced this pull request Jun 8, 2026
This enables you to easily add strikethroughs to text you have selected
by typing `~` twice.
This matches VS Code's behavior.

Self-Review Checklist:

- [X] I've reviewed my own diff for quality, security, and reliability
- [X] Unsafe blocks (if any) have justifying comments
- [X] The content is consistent with the [UI/UX
checklist](https://github.com/zed-industries/zed/blob/main/CONTRIBUTING.md#uiux-checklist)
- [ ] Tests cover the new/changed behavior
- [X] Performance impact has been considered and is acceptable

Release Notes:

- Added support for surrounding selected Markdown text with `~` by
typing `~`
This was referenced Jun 18, 2026
jonx pushed a commit to jonx/zed-aros that referenced this pull request Jul 17, 2026
This enables you to easily add strikethroughs to text you have selected
by typing `~` twice.
This matches VS Code's behavior.

Self-Review Checklist:

- [X] I've reviewed my own diff for quality, security, and reliability
- [X] Unsafe blocks (if any) have justifying comments
- [X] The content is consistent with the [UI/UX
checklist](https://github.com/zed-industries/zed/blob/main/CONTRIBUTING.md#uiux-checklist)
- [ ] Tests cover the new/changed behavior
- [X] Performance impact has been considered and is acceptable

Release Notes:

- Added support for surrounding selected Markdown text with `~` by
typing `~`
jolutz pushed a commit to jolutz/zed that referenced this pull request Aug 8, 2026
This enables you to easily add strikethroughs to text you have selected
by typing `~` twice.
This matches VS Code's behavior.

Self-Review Checklist:

- [X] I've reviewed my own diff for quality, security, and reliability
- [X] Unsafe blocks (if any) have justifying comments
- [X] The content is consistent with the [UI/UX
checklist](https://github.com/zed-industries/zed/blob/main/CONTRIBUTING.md#uiux-checklist)
- [ ] Tests cover the new/changed behavior
- [X] Performance impact has been considered and is acceptable

Release Notes:

- Added support for surrounding selected Markdown text with `~` by
typing `~`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla-signed The user has signed the Contributor License Agreement staff Pull requests authored by a current member of Zed staff

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants