Rich Text Editor (WIP) x2

This commit is contained in:
mgabdev
2020-06-16 19:44:30 -04:00
parent 20a3221c4b
commit 861ae55aec
12 changed files with 643 additions and 112 deletions

View File

@@ -74,9 +74,6 @@ class REST::StatusSerializer < ActiveModel::Serializer
def rich_content
Formatter.instance.format(object, use_markdown: true).strip
# raw_content = object.markdown
# return '' if raw_content.blank?
# raw_content.strip
end
def url