New Markdown Editor in VS Code!
Kayla Cinnamon walks through VS Code’s updated Markdown editing workflow, including side-by-side preview with live updates and a new editor that lets you edit directly in the preview while the Markdown syntax updates in real time. She also shows handing Markdown cleanup to an agent using an isolated worktree.
Overview
The video covers improvements to the Markdown authoring experience in Visual Studio Code:
Side-by-side editing and preview
- Edit Markdown while viewing a preview next to it.
- Preview updates live as the Markdown changes.
New Markdown editor (edit in preview)
- Modify content directly in the rendered preview.
- See the underlying Markdown syntax update in real time as changes are made.
Handing off Markdown cleanup to an agent in an isolated worktree
- Demonstrates delegating Markdown cleanup tasks to an agent.
- Uses an isolated worktree so changes are made in a separate working area.