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

Quickfix for inline verbatim #1344

Merged
merged 7 commits into from
Apr 9, 2020
Merged

Quickfix for inline verbatim #1344

merged 7 commits into from
Apr 9, 2020

Conversation

PHPirates
Copy link
Collaborator

Summary of additions and changes

  • Not a real solution because it hardcodes the |"=! as delimiters, but for those cases it does avoid a parse error. We will see how much other delimiters are requested by users.

How to test this pull request

            \verb| aaa $ { bbb | text $\xi$ not verb: |a|
            \verb|aaa $ {" bbb| text $\xi$ 
            \verb!$|! 
            \verb=}{= 
            \verb"}$"
            \verb|%md|
            \verb*|$|
            \lstinline|$|

@PHPirates PHPirates self-assigned this Apr 9, 2020
@PHPirates PHPirates added this to the b0.6.10 milestone Apr 9, 2020
# Conflicts:
#	gen/nl/hannahsten/texifyidea/grammar/LatexLexer.java
@PHPirates PHPirates merged commit 9421246 into master Apr 9, 2020
@PHPirates PHPirates deleted the inline-verbatim branch April 9, 2020 15:27
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

Successfully merging this pull request may close these issues.

2 participants