mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-26 10:16:32 +00:00
Muse reader: remove redundant brackets
This commit is contained in:
@@ -676,7 +676,7 @@ data MuseTable = MuseTable
|
||||
data MuseTableElement = MuseHeaderRow [Blocks]
|
||||
| MuseBodyRow [Blocks]
|
||||
| MuseFooterRow [Blocks]
|
||||
| MuseCaption (Inlines)
|
||||
| MuseCaption Inlines
|
||||
|
||||
museToPandocTable :: MuseTable -> Blocks
|
||||
museToPandocTable (MuseTable caption headers body footers) =
|
||||
|
||||
Reference in New Issue
Block a user