Skip to content

Multiple embed files not loaded correctly #970

Description

@insthync

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:
Screenshot_227

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions