Testing
This commit is contained in:
parent
fe9a89d68c
commit
e9f01c0b16
|
@ -73,7 +73,8 @@ class REST::StatusSerializer < ActiveModel::Serializer
|
||||||
end
|
end
|
||||||
|
|
||||||
def rich_content
|
def rich_content
|
||||||
Formatter.instance.format(object, use_markdown: true).strip
|
Formatter.instance.format(object).strip
|
||||||
|
# Formatter.instance.format(object, use_markdown: true).strip
|
||||||
end
|
end
|
||||||
|
|
||||||
def url
|
def url
|
||||||
|
|
Loading…
Reference in New Issue