Skip to content

Commit

Permalink
Treat ly as verbatim too
Browse files Browse the repository at this point in the history
According to jgm#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 Aug 4, 2019
1 parent 0b82661 commit 07e32dc
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 07e32dc

Please sign in to comment.