-
Notifications
You must be signed in to change notification settings - Fork 64
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
Allow custom delimiters #23
Comments
Here's a simple DIY solution: substitute custom delimiters by glue's delimiters, then apply
@jimhester Do you think custom delimiters are better off as DIY? A disadvantage of the DIY solution presented here is its inefficiency: aside from the call to |
I think this is an interesting solution. I think modifying the C code to handle this case is probably a better way to go in the package, but you can definitely use something like this until that is implemented. |
{
}
would make it hard to work with some languages such as TeX.The text was updated successfully, but these errors were encountered: