Skip to content

Commit 128848d

Browse files
committed
remove commented section
1 parent 01209cd commit 128848d

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
@@ -467,13 +467,6 @@ addBlockId (id', classes, kvs) st =
467467
Nothing -> (id', classes, kvs)
468468
Just bid -> (if T.null id' then bid else id', classes, kvs)
469469

470-
-- blockTransclusion :: PandocMonad m => MarkdownParser m (F Blocks)
471-
-- blockTransclusion = try $ do
472-
-- guardEnabled Ext_wikilink_block_transclusions
473-
-- char '!'
474-
-- res <- wikilink B.linkWith
475-
-- return $ B.divWith ("", ["block-transclusion"], []) . B.para <$> res
476-
477470
parseBlocks :: PandocMonad m => MarkdownParser m (F Blocks)
478471
parseBlocks = mconcat <$> manyTill block eof
479472

0 commit comments

Comments
 (0)