hlint Muse writer
This commit is contained in:
parent
6a9cafc67a
commit
6898445548
1 changed files with 1 additions and 1 deletions
|
@ -621,7 +621,7 @@ inlineToMuse (Quoted DoubleQuote lst) = do
|
|||
return $ "“" <> contents <> "”"
|
||||
inlineToMuse Cite {} =
|
||||
throwError $ PandocShouldNeverHappenError
|
||||
$ "Citations should be expanded before normalization"
|
||||
"Citations should be expanded before normalization"
|
||||
inlineToMuse (Code _ str) = do
|
||||
useTags <- gets stUseTags
|
||||
modify $ \st -> st { stUseTags = False }
|
||||
|
|
Loading…
Add table
Reference in a new issue