-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Closed
Labels
bugconfirmed as a bugconfirmed as a bug
Description
Bug Report
Steps to reproduce
- Create empty docsify project
- Add following to one markdown file
[gist: script.js](https://gist.githubusercontent.com/anikethsaha/f88893bb563bb7229d6e575db53a8c15/raw/script.js ":include :type=code")
- See not renderd embed
What is current behaviour
Embedded gist will not be renderd.
What is the expected behaviour
Embedded gist should be renderd.
Other relevant information
This is not working because the type of quotes are not supported. The default prettier configuration changes the ''
to ""
. And if you have auto format toggled on, you're not be able to save the file working.
-
Bug does still occur when all/other plugins are disabled?
-
Your OS: any os
-
Node.js version: any nodejs version
-
npm/yarn version: any yarn/npm version
-
Browser version: any browser and version
-
Docsify version: 4.12.1
-
Docsify plugins: none
Please create a reproducible sandbox
Mention the docsify version in which this bug was not present (if any)
Metadata
Metadata
Assignees
Labels
bugconfirmed as a bugconfirmed as a bug