Skip to content

How to break a line between \begin and \end? #3057

Answered by edemaine
kobayashi-dot asked this question in Q&A
Discussion options

You must be logged in to vote

This is because the regular expression character . doesn't match newline (it matches everything except newline). You could use [^] to match everything.

Is there a particular reason you're not using the auto-render extension, which does the $ matching for you?

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by kobayashi-dot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants