Skip to content

Tabs not working in embedded markdown files #31

@wkande

Description

@wkande

With docsify 4.6 it is now possible to embed any type of file, including a markdown file.

If a tab-set is added to the parent file it works fine. However a tab-set added to an embedded file does not render.

tabs-main.md

# tabs-main.md

<!-- tabs:start -->

#### ** English **

Hello!

<!-- tabs:end -->

[filename](tabs-include.md ':include')

tabs-include.md

# tabs-include.md

<!-- tabs:start -->

#### ** English **

Hello!

<!-- tabs:end -->

I have included a screen shot of the results I get.

Screen Shot 2020-10-08 at 3 30 53 PM

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions