-
Notifications
You must be signed in to change notification settings - Fork 37
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
missing spec for \href{}{} in latexwalker #58
Comments
Thanks for reporting this. In LaTeX, the URL-related commands (like |
[ suggestion, please feel free to ignore :) ] |
Yes, I'm planning to improve the parsing of |
looking forward to this... |
I think the spec for the macro
\href
might be missing from pylatexenc/latexwalker/_defaultspecs.pyThe following code gives error: it expects a node with two arguments, but gets a node with empty argnlist.
The text was updated successfully, but these errors were encountered: