lib/yard/templates/helpers/html_helper.rb in yard-0.9.28 vs lib/yard/templates/helpers/html_helper.rb in yard-0.9.29

- old
+ new

@@ -88,10 +88,10 @@ :lax_spacing, :tables, :with_toc_data, :no_intraemphasis).to_html when 'CommonMarker' - CommonMarker.render_html(text, %i[DEFAULT GITHUB_PRE_LANG], %i[autolink]) + CommonMarker.render_html(text, %i[DEFAULT GITHUB_PRE_LANG], %i[autolink table]) else provider.new(text).to_html end end