Add markdown support for summary (#482)

* Add markdown support for summary

* Save both md and html summary
This commit is contained in:
fdb-hiroshima
2019-03-17 20:11:29 +01:00
committed by GitHub
parent 191eb89958
commit 570d7fe2d0
12 changed files with 79 additions and 12 deletions
+1 -1
View File
@@ -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>