Originally reported in: https://github.com/github/markup/issues/322 Reproduce with: ``` markdown > - [ ] item 1 > - [ ] item 2 ``` While this appears to render fine, updates aren't handled correctly with inconsistent results: primarily resulting in updates not going through. I think the simplest solution for the time being is to disable updates for these items, though making them work would be :sparkles:.
Originally reported in: github/markup#322
Reproduce with:
While this appears to render fine, updates aren't handled correctly with inconsistent results: primarily resulting in updates not going through.
I think the simplest solution for the time being is to disable updates for these items, though making them work would be ✨.