Unsupported tags: h5, h6, i, b
aprescott opened this issue · 2 comments
aprescott commented
The README says you support h5 and h6, but they don't work:
ReverseMarkdown.parse("<h5>hi</h5>")
#=> "hi"
ReverseMarkdown.parse("<h6>hi</h6>")
#=> "hi"
Additionally, b and i tags aren't supported, although strong and em are.
aprescott commented
Spoke too soon: looking at the code, i and b are indeed supported. Should've checked. :) They're not in the README though.
xijo commented
Harlan, you lightning you! 👍 Thx to both of you, merged and closed, new version to support all headings is about to be released.