commonmarker 1.0.0 introduced breakings changes killing yard compatibility (lsegal/yard#1528):
- class name CommonMarker->Commonmarker
- .render_html(<Array<Symbol>)->- .to_html(<Hash>)
The discussion mainly occurred on the PR that tries to fix it on yard side:
lsegal/yard#1540
Could you help to fix the issue, either on yard side or releasing a new version that add a retrocompatibility layer?