machisuji/ssmd

SSMD::strip_ssmd does not remove prosody annotations

machisuji opened this issue · 1 comments

Example:

SSMD::strip_ssmd "<Hello *World*<"

Expected result: Hello World
Actual result: <Hello World<

Fixed with this.

I'm not sure if using CGI.unescape_html is the best solution there. But it works and I didn't want to add a dependency like Nokogiri just for this.