diff --git a/src/frontend/components/editor.rs b/src/frontend/components/editor.rs index ff55cdf..210d378 100644 --- a/src/frontend/components/editor.rs +++ b/src/frontend/components/editor.rs @@ -13,36 +13,44 @@ pub fn EditorView( let (show_preview, set_show_preview) = create_signal(false); view! { -
- - - -
-
-
- +
+ + +
+
+
+
+
+ +

+ + Markdown + + " formatting is supported" +

} diff --git a/src/frontend/pages/article/create.rs b/src/frontend/pages/article/create.rs index d0a650c..1e66ebe 100644 --- a/src/frontend/pages/article/create.rs +++ b/src/frontend/pages/article/create.rs @@ -80,7 +80,7 @@ pub fn CreateArticle() -> impl IntoView {
impl IntoView {
impl IntoView { />