class ActionText::RichText

def to_trix_html

#

#
#
#

#

Funny times!


#

message.content.to_trix_html # =>
message = Message.create!(content: content)
content = "

Funny Times!

"

editor. Previews of attachments are rendered inline.
Returns the `body` attribute in a format that makes it editable in the Trix
def to_trix_html
  body&.to_trix_html
end