machisuji opened this issue 6 years ago · 1 comments
Example:
SSMD::strip_ssmd "<Hello *World*<"
Expected result: Hello World Actual result: <Hello World<
Hello World
<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.
CGI.unescape_html