pandoc/test/command/4038.md
John MacFarlane 8e53489cbc Fix strikethrough in gfm writer.
Previously we got a crash, because we were trying to print
a native cmark STRIKETHROUGH node, and the commonmark writer
in cmark-github doesn't support this.  Work around this by
using a raw node to add the strikethrough delimiters.

Closes #4038.
2017-11-04 10:35:52 -07:00

60 B

% pandoc -f gfm -t gfm
# ~~Header~~
^D
# ~~Header~~