Skip to content

Commit

Permalink
Stash a TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
silby committed Nov 3, 2024
1 parent 367f115 commit 4918b69
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Text/Pandoc/Readers/Mdoc.hs
Original file line number Diff line number Diff line change
Expand Up @@ -1033,6 +1033,11 @@ parseDefinitionList = do
after <- many1Till parseInlines (emptyMacro "Xc")
spacify (before:after)

-- TODO support implicit rows:
-- If the first line of the body of a -column list is not an It macro line,
-- It contexts spanning one input line each are implied until an It macro
-- line is encountered
-- and support literal tabs
parseColumnList :: PandocMonad m => MdocParser m Blocks
parseColumnList = do
literal "-column"
Expand Down

0 comments on commit 4918b69

Please sign in to comment.