Skip to content

Commit 2b56ad3

Browse files
committed
remove commented section
1 parent d2e1eb7 commit 2b56ad3

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/Text/Pandoc/Readers/Markdown.hs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -486,13 +486,6 @@ addBlockId (id', classes, kvs) st =
486486
Nothing -> (id', classes, kvs)
487487
Just bid -> (if T.null id' then bid else id', classes, kvs)
488488

489-
-- blockTransclusion :: PandocMonad m => MarkdownParser m (F Blocks)
490-
-- blockTransclusion = try $ do
491-
-- guardEnabled Ext_wikilink_block_transclusions
492-
-- char '!'
493-
-- res <- wikilink B.linkWith
494-
-- return $ B.divWith ("", ["block-transclusion"], []) . B.para <$> res
495-
496489
parseBlocks :: PandocMonad m => MarkdownParser m (F Blocks)
497490
parseBlocks = mconcat <$> manyTill block eof
498491

0 commit comments

Comments
 (0)