1
0
Fork 0
mirror of https://github.com/Nutomic/ibis.git synced 2025-01-09 13:42:36 +00:00
This commit is contained in:
Felix Ableitner 2024-12-11 13:05:23 +01:00
parent a06e462897
commit c59ba6185e

View file

@ -21,7 +21,7 @@ pub fn ReadArticle() -> impl IntoView {
.map(|article| {
view! {
<div
class="prose prose-slate max-w-full"
class="max-w-full prose prose-slate"
inner_html=render_markdown(&article.article.text)
></div>
}