Add markdown support for summary (#482)
* Add markdown support for summary * Save both md and html summary
This commit is contained in:
@@ -43,6 +43,6 @@
|
||||
}
|
||||
</div>
|
||||
<div class="user-summary p-note">
|
||||
@Html(user.summary.clone())
|
||||
@Html(user.summary_html.clone())
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user