remark
                                
                                 remark copied to clipboard
                                
                                    remark copied to clipboard
                            
                            
                            
                        Using `pedantic: true` breaks GFM
According to the documentation of the pedantic option of marked:
If true, conform to the original
markdown.plas much as possible. Don't fix original markdown bugs or behaviour. Turns off and overridesgfm.
https://github.com/gnab/remark/blob/b658a0c61434e4fe1ccec75ef254f4a78a13ebef/src/remark/converter.js#L13
Changing pedantic: true to false passes all tests.