hlint Muse writer
This commit is contained in:
parent
928ec21732
commit
6a5661da63
1 changed files with 1 additions and 1 deletions
|
@ -331,7 +331,7 @@ blockToMuseWithNotes :: PandocMonad m
|
|||
blockToMuseWithNotes blk = do
|
||||
topLevel <- asks envTopLevel
|
||||
opts <- asks envOptions
|
||||
let hdrToMuse hdr@(Header{}) = do
|
||||
let hdrToMuse hdr@Header{} = do
|
||||
b <- blockToMuse hdr
|
||||
if topLevel && writerReferenceLocation opts == EndOfSection
|
||||
then do
|
||||
|
|
Loading…
Add table
Reference in a new issue