Docsify: cssEscape is not defined

Created on 9 Mar 2020  路  9Comments  路  Source: docsifyjs/docsify




Bug Report

From cosle browser I see: "ReferenceError: cssEscape is not defined"

Steps to reproduce

docsify serve ./docs2
Browser url = http:/localhost:3000

What is current behaviour

Browser tells "cssEscape is not defined" on browser console
Browser page says: "Loading..."

What is the expected behaviour

I cannot see standard page. I have the three file generated with command docsify init ./docs2:
.nojekyll
index.html
README.md

Other relevant information

  • [ ] Bug does still occur when all/other plugins are disabled?
  • Your OS: Windows 10
  • Node.js version: 10.15.1
  • npm/yarn version: 4.1.1
  • Browser version: Firefox 73.0.1
  • Docsify version: just installed from npm
  • Docsify plugins: none

Most helpful comment

Please use 4.10.2 for a while till new version is coming !

workaround:

<script src="//unpkg.com/[email protected]/lib/docsify.js"></script>

All 9 comments

Same issue here. - http://hippyjs.org/

same issue here https://raulmelo-notebook.netlify.com/.

I think it'll break every website which uses docsify cdn urls as recommended.

Please use 4.10.2 for a while till new version is coming !

Please use 4.10.2 for a while till new version is coming !

workaround:

<script src="//unpkg.com/[email protected]/lib/docsify.js"></script>

It seems the issue is fixed in 5f86454, and I chose to wait for the new version to be published.

Scared me

release v4.11.1
Please confirm if there is any issues or not

Fixed here using the default unpkg URLs.

Closing as its been fix.
Please open new issue if any other issue is there

Was this page helpful?
0 / 5 - 0 ratings

Related issues

SidVal picture SidVal  路  3Comments

lukasmrtvy picture lukasmrtvy  路  5Comments

sy-records picture sy-records  路  4Comments

satu0king picture satu0king  路  3Comments

jhildenbiddle picture jhildenbiddle  路  4Comments