Add markdown config translation
This commit is contained in:
parent
eaa1f9e450
commit
5436b8796d
8 changed files with 19 additions and 2 deletions
|
@ -54,7 +54,7 @@ module FormattingHelper
|
|||
end
|
||||
|
||||
def account_bio_format(account)
|
||||
html_aware_format(account.note, account.local?, markdown: true)
|
||||
html_aware_format(account.note, account.local?, markdown: account.user&.setting_bio_markdown)
|
||||
end
|
||||
|
||||
def account_field_value_format(field, with_rel_me: true)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue