I have some text that I would like to output using RedCloth. I am trying to figure out how this works and I can't get the result that I would like.
Used Code:
truncate(sanitize(RedCloth.new("*some* interesting text")).to_html, length: 6)
Result:
*some*
Expected Result:
some i...