Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple embed files not loaded correctly #970

Closed
1 task
insthync opened this issue Dec 2, 2019 · 1 comment · Fixed by #1102
Closed
1 task

Multiple embed files not loaded correctly #970

insthync opened this issue Dec 2, 2019 · 1 comment · Fixed by #1102

Comments

@insthync
Copy link

insthync commented Dec 2, 2019

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

@stale
Copy link

stale bot commented Apr 3, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label Apr 3, 2020
anikethsaha added a commit that referenced this issue May 22, 2020
fix: updated the insertion of embedded tokens for async returns (fixes #970)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants