mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-22 15:35:48 +00:00
Remove old comment.
This commit is contained in:
@@ -104,12 +104,11 @@ data CellFormat =
|
||||
|
||||
type TableRow = ([CellFormat], [RoffTokens])
|
||||
|
||||
-- TODO parse tables (see man tbl)
|
||||
data RoffToken = MLine [LinePart]
|
||||
| MEmptyLine
|
||||
| MMacro MacroKind [Arg] SourcePos
|
||||
| MTable [TableOption] [TableRow] SourcePos
|
||||
deriving Show
|
||||
| MEmptyLine
|
||||
| MMacro MacroKind [Arg] SourcePos
|
||||
| MTable [TableOption] [TableRow] SourcePos
|
||||
deriving Show
|
||||
|
||||
newtype RoffTokens = RoffTokens { unRoffTokens :: Seq.Seq RoffToken }
|
||||
deriving (Show, Semigroup, Monoid)
|
||||
|
||||
Reference in New Issue
Block a user