Closed mathias closed 4 years ago
cc @bernerdschaefer @ransombriggs as discussed. Thanks to both of you for help on this!
prmd tests are failing on Travis here because they're trying to run on some old Rubies like Ruby 2.0. What should we be supporting here?
cc @ransombriggs passing now.
This fixes a bug observed with the Heroku Platform API schema markdown, which is that when it puts a "pattern" in a table like this, the pipe gets interpreted as part of the markdown table, even though it is inside a code block. The solution for this is to render the pattern part in a
<pre></pre>
tag with an htmlentity for the pipe.Here's what the bug looks like:
becomes: