Archived
allow full markdown in about page
This commit is contained in:
@@ -86,5 +86,5 @@
|
||||
</tbody>
|
||||
</table>
|
||||
About:<br>
|
||||
<%= @user.about.blank? ? "<span class=\"no-about\">nothing</span>".html_safe : render_mini_md(@user.about).html_safe %>
|
||||
<%= @user.about.blank? ? "<span class=\"no-about\">nothing</span>".html_safe : render_md(@user.about).html_safe %>
|
||||
</div>
|
||||
Reference in New Issue
Block a user