-
Notifications
You must be signed in to change notification settings - Fork 246
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
Still cannot get Blackfriday #67
Comments
Could you suggest a workaround for this? |
I created a fork which works for me: PR #68 The important changes are:
If this PR is merged, v2 history will involve files in the v2 folder, whereas the toplevel files are only changed when making a v1 maintenance fix. |
This problem requires an urgent solution. It caused breaking changes to my startup's live platform. |
Actually I think that you simply need to use At least it did the trick for me and fixed the same error. |
There are several closed issues relating to this but it still seems to be a problem.
Firstly, I can do
So far, so good.
But then I run
This is a failure I can't seem to recover from.
There seems to be a problem with Blackfriday which is messing with Hermes. Probably the Hemes dependency should be
github.com/russross/blackfriday/v2
instead ofgopkg.in/russross/blackfriday.v2
`.
The text was updated successfully, but these errors were encountered: