1
0
Fork 0
forked from gitea/nas

Add markdown config translation

This commit is contained in:
KMY 2023-07-07 08:56:01 +09:00
parent eaa1f9e450
commit 5436b8796d
8 changed files with 19 additions and 2 deletions

View file

@ -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)