| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-11-04 | Fix strikethrough in gfm writer. | John MacFarlane | |
| 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. | |||
