- VS Code Version: 1.54.0-insider
- OS Version: Darwin x64 19.6.0
Steps to Reproduce:
- Clone github.com/tanhakabir/rest-book
- Run in Extension Host
- Create an empty notebook by creating a file with a
.restbook ending
- Create 2 simple REST requests (one GET and one illegal POST) in two separate cells
- Try to search for something in either cell that exists within the the response from the call.
- See that the bottom cell automatically get flipped into markdown.

Only when the word exists in the response: I'm adding span tags on search to highlight the search term. This was not an issue in the past.


This wasn't the behavior before. One cell didn't affect the rendering of another.