Add markdown support for summary (#482)
* Add markdown support for summary * Save both md and html summary
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
@for follow in followed {
|
||||
<div class="card">
|
||||
<h3><a href="@uri!(user::details: name = &follow.fqn)">@follow.name()</a> <small>@format!("@{}", &follow.fqn)</small></h3>
|
||||
<main><p>@Html(follow.summary)</p></main>
|
||||
<main><p>@Html(follow.summary_html)</p></main>
|
||||
</div>
|
||||
}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user