In switching from redcarpet to commonmarker, I found pipe-delimited tables did not render. commonmarker supports these and enabling them is a matter of merely adding :table to the extensions parameter of CommonMarker.render_html, and enabling existing tests for this markdown provider.
Description
In switching from redcarpet to commonmarker, I found pipe-delimited tables did not render. commonmarker supports these and enabling them is a matter of merely adding
:table
to theextensions
parameter ofCommonMarker.render_html
, and enabling existing tests for this markdown provider.this was enabled by default for redcarpet long ago in https://github.com/lsegal/yard/pull/765 and I think it is good to do for commonmarker too.
Completed Tasks
bundle exec rake
locally (if code is attached to PR). (sort of, I just turned on existing tests)