mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-28 11:16:33 +00:00
This reverts commit 6efd3460a7.
Since this extension is designed to be used with
GitHub markdown (gfm), we need to implement the parser
as a commonmark extension (commonmark-extensions),
rather than in pandoc's markdown reader. When that is
done, we can add it here.