Skip to content
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

Change the way marked is imported to keep IE11 support #81

Open
tjrobinson opened this issue Dec 18, 2019 · 0 comments
Open

Change the way marked is imported to keep IE11 support #81

tjrobinson opened this issue Dec 18, 2019 · 0 comments

Comments

@tjrobinson
Copy link

marked 0.7.0 has a breaking change for IE11: markedjs/marked#1585

I believe the fix for angular-marked, if it's being used with marked 0.7.0, is to change this line:

m = require('marked');

To: m = require('marked/lib/marked')

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant