Skip to content

include more than one file will cause error #1084

Closed
@Erimus-Koo

Description

@Erimus-Koo

Bug Report

Steps to reproduce

  • In one markdown file, use more than one "include", like:
# something before

[file1](test.assets/file1.html  ':include :type=iframe width=100% height=500px')
[file2](test.assets/file2.html  ':include :type=iframe width=100% height=500px')

# something after

What is current behaviour

  • While include only one file, display is all good.
  • But if include two, the whole page will only display the 2nd iframe. Other parts of markdown will disappear.
  • Actually, if include more than one, it always show the last iframe only.

What is the expected behaviour

Other relevant information

  • Bug does still occur when all/other plugins are disabled?

  • Your OS:

  • Node.js version:

  • npm/yarn version:

  • Browser version:

  • Docsify version: 4.11.2

  • Docsify plugins:

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions