Muse reader internals: remove unnecessary "skipSpaces"
This commit is contained in:
parent
a22e044b13
commit
89bcd192a1
1 changed files with 1 additions and 1 deletions
|
@ -504,7 +504,7 @@ amuseNoteBlockUntil end = try $ do
|
|||
emacsNoteBlock :: PandocMonad m => MuseParser m (F Blocks)
|
||||
emacsNoteBlock = try $ do
|
||||
guardDisabled Ext_amuse
|
||||
ref <- noteMarker <* skipSpaces
|
||||
ref <- noteMarker
|
||||
pos <- getPosition
|
||||
content <- fmap mconcat blocksTillNote
|
||||
addNote ref pos content
|
||||
|
|
Loading…
Add table
Reference in a new issue