We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
marp-cli v1.7.1 (@marp-team/marp-core v2.4.1)
Linux
marp --html --allow-local-files --preview foo.md
[ INFO ] Converting 1 markdown...
[ ERROR ] Failed converting Markdown. (md.core.ruler.after is not a function)
It should show the preview HTML window on Chromium like it did before.
The error stop the conversion. No HTML, no preview.
No response
The text was updated successfully, but these errors were encountered:
Workaround: Try standalone binary instaed.
It brings from incompatible change with Marp Core in upstream module markdown-it-emoji v2.0.0 -> 2.0.2.
Sorry, something went wrong.
Hi Yhatt,
I did : sudo npm update @marp-team/marp-cli -g ate and every thing is well done now.
sudo npm update @marp-team/marp-cli -g ate
Thank you so much for your great work and this workaround, less than one day to solve it. Congratulations ! Patrick
Successfully merging a pull request may close this issue.
Version of Marp Tool
marp-cli v1.7.1 (@marp-team/marp-core v2.4.1)
Operating System
Linux
Environment
How to reproduce
marp --html --allow-local-files --preview foo.md
[ INFO ] Converting 1 markdown...
[ ERROR ] Failed converting Markdown. (md.core.ruler.after is not a function)
Expected behavior
It should show the preview HTML window on Chromium like it did before.
Actual behavior
The error stop the conversion. No HTML, no preview.
Additional information
No response
The text was updated successfully, but these errors were encountered: