-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docsify not working in IE 11 #1420
Comments
Can you provide more detailed information? |
It is resolved now. I had to keep a polyfil in index.html to make it work. |
https://docsify.js.org/#/write-a-plugin hook.beforeEach(function(content) {
// Invoked each time before parsing the Markdown file.
// ...
return content;
});
|
I have tried this and this will get executed on load. What i wanted is to provide a button. On click of that, i would like to get the specific content and start the text to speech conversion.Is something like this possible in Docsify? |
You can try to manipulate the DOM https://raw.githubusercontent.com/docsifyjs/docsify/develop/docs/themes.md |
@sy-records v4.11.4 work with IE11 but latest(v4.11.6) release does not work with IE11 due to this error. Please release new stable version with #1425 |
Thank you for your feedback, we will release it as soon as possible. @georgeOsdDev |
Whenever i try to load docsify url in IE, i am getting an error, " Object doesn't support property or method 'repeat' "
Details:
Is there any other configuration i need to do?
The text was updated successfully, but these errors were encountered: