diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2023-12-30 22:09:13 -0700 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2023-12-30 22:09:13 -0700 |
| commit | 87533e2d04539cf27e58e287759912f897962170 (patch) | |
| tree | c3f9092e4ab372e34afb7e15b3ca18f0f7f97560 /src | |
| parent | 9a8f27b0fe982bb5c6a5ef4bdec38681c2bcc045 (diff) | |
Add command test for #9293.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Text/Pandoc/Readers/MediaWiki.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Text/Pandoc/Readers/MediaWiki.hs b/src/Text/Pandoc/Readers/MediaWiki.hs index 57cdb71e4..0fe95004d 100644 --- a/src/Text/Pandoc/Readers/MediaWiki.hs +++ b/src/Text/Pandoc/Readers/MediaWiki.hs @@ -502,6 +502,7 @@ listItem c = try $ do -- }} -- * next list item -- which seems to be valid mediawiki. +-- Also multiline math: see #9293. listChunk :: PandocMonad m => MWParser m Text listChunk = template <|> (snd <$> withRaw math) <|> countChar 1 anyChar |
