Skip to content
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

Non escaped underscore in constrained quotes #86

Open
gionatamassibenincasa opened this issue Aug 18, 2020 · 0 comments
Open

Non escaped underscore in constrained quotes #86

gionatamassibenincasa opened this issue Aug 18, 2020 · 0 comments

Comments

@gionatamassibenincasa
Copy link

I expect that the snippet

The function ``sum_of_square``

The function **sum_of_square**

The function __sum_of_square__

This is a quote which uses a MACRO_NAME to trigger a bug 

would produce

The function \texttt{sum\_of\_square}

The function \textbf{sum\_of\_square}

The function \emph{sum\_of\_square}

This is a quote which uses a MACRO\_NAME to trigger a bug 

but I get

The function \texttt{sum_of_square}

The function \textbf{sum_of_square}

The function \emph{sum_of_square}

This is a quote which uses a MACRO_NAME to trigger a bug 

that is wrong.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant