This works: ```hs commonmarkToHtml [] [extStrikethrough] "a ~b~ c" ``` But this fails: ```hs nodeToHtml [] [extStrikethrough] $ commonmarkToNode [] [extStrikethrough] "a ~b~ c" ``` ``` Assertion failed: (false), function S_render_node, file html.c, line 445. ```
This works:
But this fails: