-
Notifications
You must be signed in to change notification settings - Fork 61
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
LuaLaTex module for direct markdown inclusion in LaTeX documents #3
Comments
+++ Marko Mahnič [Dec 21 11 12:22 ]:
Probably not.
B is only used in some of the smartquote parsers. An earlier version of |
This should no longer be an issue.
|
I created a module with which it is possible to include markdown code directly into LaTeX documents. Currently it is based on peg-multimarkdown. I tried to use lunamark instead, since I'm also interested in ConTeXt output. Unfortunately lpeg.B doesn't exist in LuaTeX since it includes lpeg 0.9.
Is there a way to simulate lpeg.B in pure lua?
If not, how would one modify the parser so that it wouldn't use lpeg.B?
The module is here:
https://github.com/mmahnic/peg-multimarkdown/tree/master/lualatex
Thanks,
Marko
The text was updated successfully, but these errors were encountered: