I am not sure if this works on this particular version of RedCloth but we can do: ``` def textilize_without_paragraph(text, *options) textilize(" #{text}", *options) end ``` Might have better performance.
I am not sure if this works on this particular version of RedCloth but we can do:
Might have better performance.