Closed
Description
Bug Report
Steps to reproduce
Embedding multiple bullet list .md files, for example:
Sources in _test-embedding.md
## A
- `1`
[filename](./media/a.md ':include')
## B
- `2`
[filename](./media/b.md ':include')
## C
- `3`
[filename](./media/c.md ':include')
Sources in media/a.md
- `A1` AAA
- `A2` AAA
- `A3` AAA
Sources in media/b.md
- `A1` AAA
- `A2` AAA
- `A3` AAA
Sources in media/c.md
- `A1` AAA
- `A2` AAA
- `A3` AAA
And also try refreshing page sometime it will show up incorrectly like this:
What is current behaviour
After page loaded, sometimes embedding files are shown in wrong order.
Sometimes there are some files are not embedded. Have to refresh the page.
What is the expected behaviour
All files embedding in order correctly.
Other relevant information
-
Bug does still occur when all/other plugins are disabled?
-
Browser version: Chrome latest version
-
Docsify version: Latest
-
Docsify plugins: None