Closed
Description
Bug Report
Steps to reproduce
- Create a Markdown Page to view
- Create a markdown page to include with a YAML header.
- Add a link with the include tag to the page.
- View the markdown page with the link and when the link I parsed the YAML header is also pulled through and rendered as markdown putting a line on the page followed by the YAML header information as test and then another line.
What is current behaviour
When the link I parsed the YAML header is also pulled through and rendered as markdown putting a line on the page followed by the YAML header information as test and then another line.
What is the expected behaviour
The markdown is rendered from the include should only have the markdown rendered and not the YAML front matter.
Other relevant information
-
Bug does still occur when all/other plugins are disabled?
-
Your OS: Windows
-
Node.js version: NA
-
npm/yarn version: NA
-
Browser version: Edge and Chrome latest
-
Docsify version: Latest (4.11.3)
-
Docsify plugins: None