How can I make simple_format not wrap the returned value in p tags?
simple_format \"*\"
You can specify wrapper_tag option.
wrapper_tag
simple_format 'Hello', {}, wrapper_tag: 'span'
This code will be:
Hello