## Bug Report (potentially related to #791 and #866 or #970) #### Steps to reproduce Include a file as a `.html` and then as a code block, i.e. ```md [embed](embed.html ':include') [source](embed.html ':include :type=code :fragment=demo') ``` [raw files](https://gist.github.com/randName/9b2675aa92487228b18c81ff8bb14e1a) [rendered version](https://bl.ocks.org/randName/raw/9b2675aa92487228b18c81ff8bb14e1a/) Tested in Chrome, Firefox and Edge #### What is current behaviour The code block overwrites the page content (after a short delay). The order of embedding does not matter, and even if the linked files are different this will happen. If either block is removed there is no issue, and it seems unrelated to the fragment nor highlight type. #### What is the expected behaviour Multiple embed blocks remain visible. #### Other relevant information - [x] Bug does still occur when all/other plugins are disabled? - Your OS: Windows 10 x64 - Browser version: Chrome 80.0.3987.132 - Docsify version: latest (4.11.2) - Docsify plugins: None
Bug Report
(potentially related to #791 and #866 or #970)
Steps to reproduce
Include a file as a
.htmland then as a code block, i.e.raw files
rendered version
Tested in Chrome, Firefox and Edge
What is current behaviour
The code block overwrites the page content (after a short delay).
The order of embedding does not matter, and even if the linked files are different this will happen.
If either block is removed there is no issue, and it seems unrelated to the fragment nor highlight type.
What is the expected behaviour
Multiple embed blocks remain visible.
Other relevant information
Bug does still occur when all/other plugins are disabled?
Your OS: Windows 10 x64
Browser version: Chrome 80.0.3987.132
Docsify version: latest (4.11.2)
Docsify plugins: None