Skip to content

editor: Fix auto-indent cases in Markdown#44616

Merged
smitbarmase merged 2 commits intomainfrom
fix-markdown-indent-test-cases
Dec 11, 2025
Merged

editor: Fix auto-indent cases in Markdown#44616
smitbarmase merged 2 commits intomainfrom
fix-markdown-indent-test-cases

Conversation

@smitbarmase
Copy link
Member

Builds on #40794 and #44381

  • Fixes the case where creating a new line inside a nested list puts the cursor correctly under that nested list item.
  • Fixes the case where typing a new list item at the expected indent no longer auto-indents or outdents incorrectly.

Release Notes:

  • Fixed an issue in Markdown where new list items weren’t respecting the expected indentation on type.

@cla-bot cla-bot bot added the cla-signed The user has signed the Contributor License Agreement label Dec 11, 2025
@smitbarmase smitbarmase merged commit f437867 into main Dec 11, 2025
24 checks passed
@smitbarmase smitbarmase deleted the fix-markdown-indent-test-cases branch December 11, 2025 15:44
nrbnlulu pushed a commit to nrbnlulu/zed that referenced this pull request Dec 14, 2025
Builds on zed-industries#40794 and
zed-industries#44381

- Fixes the case where creating a new line inside a nested list puts the
cursor correctly under that nested list item.
- Fixes the case where typing a new list item at the expected indent no
longer auto-indents or outdents incorrectly.

Release Notes:

- Fixed an issue in Markdown where new list items weren’t respecting the
expected indentation on type.
CherryWorm pushed a commit to CherryWorm/zed that referenced this pull request Dec 16, 2025
Builds on zed-industries#40794 and
zed-industries#44381

- Fixes the case where creating a new line inside a nested list puts the
cursor correctly under that nested list item.
- Fixes the case where typing a new list item at the expected indent no
longer auto-indents or outdents incorrectly.

Release Notes:

- Fixed an issue in Markdown where new list items weren’t respecting the
expected indentation on type.
someone13574 pushed a commit to someone13574/zed that referenced this pull request Dec 16, 2025
Builds on zed-industries#40794 and
zed-industries#44381

- Fixes the case where creating a new line inside a nested list puts the
cursor correctly under that nested list item.
- Fixes the case where typing a new list item at the expected indent no
longer auto-indents or outdents incorrectly.

Release Notes:

- Fixed an issue in Markdown where new list items weren’t respecting the
expected indentation on type.
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant