From b3ead7cdccef70c78a1e9a9edd5ec9c737550167 Mon Sep 17 00:00:00 2001 From: Urs Liska Date: Mon, 5 Aug 2019 19:35:17 +0200 Subject: Treat `ly` as verbatim too (#5671) According to https://github.com/jgm/pandoc/issues/4725#issuecomment-399772217 not only the `lilypond` environment but also `ly` should be included in the verbatim list. @jperon https://github.com/jperon/lyluatex/issues/203 --- src/Text/Pandoc/Readers/LaTeX.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Text/Pandoc') diff --git a/src/Text/Pandoc/Readers/LaTeX.hs b/src/Text/Pandoc/Readers/LaTeX.hs index 009ab336c..25fd1198f 100644 --- a/src/Text/Pandoc/Readers/LaTeX.hs +++ b/src/Text/Pandoc/Readers/LaTeX.hs @@ -1875,6 +1875,7 @@ environments = M.fromList , ("obeylines", obeylines) , ("tikzpicture", rawVerbEnv "tikzpicture") , ("lilypond", rawVerbEnv "lilypond") + , ("ly", rawVerbEnv "ly") -- etoolbox , ("ifstrequal", ifstrequal) , ("newtoggle", braced >>= newToggle) -- cgit v1.2.3