mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-24 01:06:30 +00:00
Fix spacing issues.
This commit is contained in:
@@ -304,7 +304,7 @@ parseBlock (Elem e) = do
|
||||
let parseRows elementWithRows =
|
||||
map parseElement $ filterChildren isRow elementWithRows
|
||||
|
||||
-- list of list of body cell elements
|
||||
-- list of list of body cell elements
|
||||
let multipleBodyRowElements =
|
||||
map parseRows $ filterChildren (named "tbody") e'
|
||||
|
||||
@@ -313,7 +313,7 @@ parseBlock (Elem e) = do
|
||||
|
||||
-- list of foot cell elements
|
||||
let footRowElements = maybe [] parseRows (filterChild (named "tfoot") e')
|
||||
|
||||
|
||||
let toAlignment c = case findAttr (unqual "align") c of
|
||||
Just "left" -> AlignLeft
|
||||
Just "right" -> AlignRight
|
||||
|
||||
Reference in New Issue
Block a user