From cosle browser I see: "ReferenceError: cssEscape is not defined"
docsify serve ./docs2
Browser url = http:/localhost:3000
Browser tells "cssEscape is not defined" on browser console
Browser page says: "Loading..."
I cannot see standard page. I have the three file generated with command docsify init ./docs2:
.nojekyll
index.html
README.md
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.2for 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
Most helpful comment
workaround: