Commonmarker 1.0 changes the top-level constant name from CommonMarker to Commonmarker, so YARD fails to detect the provider.
|
{:lib => :commonmarker, :const => 'CommonMarker'} |
gjtorikian/commonmarker#269
The method used to render markdown is now Commonmarker.to_html rather than CommonMarker.render_html. It takes a hash of options instead of the previous arrays of symbols.
|
CommonMarker.render_html(text, %i[DEFAULT GITHUB_PRE_LANG], %i[autolink table]) |
Commonmarker 1.0 changes the top-level constant name from
CommonMarkertoCommonmarker, so YARD fails to detect the provider.yard/lib/yard/templates/helpers/markup_helper.rb
Line 33 in 2d197a3
gjtorikian/commonmarker#269
The method used to render markdown is now
Commonmarker.to_htmlrather thanCommonMarker.render_html. It takes a hash of options instead of the previous arrays of symbols.yard/lib/yard/templates/helpers/html_helper.rb
Line 93 in 2d197a3