**Application or Package Used** nteract desktop, nteract web **Describe the bug** Two unclosed html tags in a markdown cell makes notebook disappear **To Reproduce** Steps to reproduce the behavior: 1. Open nteract desktop 2. In a new notebook, create a markdown cell 3. Type "<\/br><\/br>" 4. Click off cell to unfocus 5. Notebook will disappear **Expected behavior** Either don't show invalid HTML or show as text **Screenshots** After following repro steps, notebooks dissappears like below  **Desktop (please complete the following information):** - OS: Windows 10 - Browser Firefox, Chrome **Additional context** Also works with "<\/img><\/img>", seems to be two closing tags of any HTML tag the markdown supports