incremental edits are now doing this to my yaml frontmatter (when I change a different part of the doc):
From:
---
format: q2-debug
render-components:
- comment_inline.tsx
- simple_strings.tsx
- comments.tsx
- drag_div.tsx
---
to:
---
format: q2-debug
render-components:
- "comment\\_inline.tsx"
- "simple\\_strings.tsx"
- comments.tsx
- "drag\\_div.tsx"
source-location: full
---
It doesn't cause any immediate problems with parsing or rendering or anything, but it breaks locality of edits and wouldn't merge nice.
TODO for me: make this easier to reproduce. We need to have some easy way to try incremental editing.
incremental edits are now doing this to my yaml frontmatter (when I change a different part of the doc):
From:
to:
It doesn't cause any immediate problems with parsing or rendering or anything, but it breaks locality of edits and wouldn't merge nice.
TODO for me: make this easier to reproduce. We need to have some easy way to try incremental editing.