Skip to content

Commit

Permalink
Treat ly as verbatim too (#5671)
Browse files Browse the repository at this point in the history
According to #4725 (comment) not only the `lilypond` environment but also `ly` should be included in the verbatim list.

@jperon
jperon/lyluatex#203
  • Loading branch information
uliska authored and jgm committed Aug 5, 2019
1 parent c452744 commit b3ead7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Text/Pandoc/Readers/LaTeX.hs
Original file line number Diff line number Diff line change
Expand Up @@ -1875,6 +1875,7 @@ environments = M.fromList
, ("obeylines", obeylines)
, ("tikzpicture", rawVerbEnv "tikzpicture")
, ("lilypond", rawVerbEnv "lilypond")
, ("ly", rawVerbEnv "ly")
-- etoolbox
, ("ifstrequal", ifstrequal)
, ("newtoggle", braced >>= newToggle)
Expand Down

0 comments on commit b3ead7c

Please sign in to comment.