From 2d6afa6ea24bb58ccee910b8a93483a549725f3c Mon Sep 17 00:00:00 2001 From: Steven Giesel Date: Tue, 11 Jun 2024 15:04:15 +0200 Subject: [PATCH] Remove obsolete hints --- .../Components/FeatureInfoDialog.razor | 28 ++----------------- 1 file changed, 2 insertions(+), 26 deletions(-) diff --git a/src/LinkDotNet.Blog.Web/Features/Admin/BlogPostEditor/Components/FeatureInfoDialog.razor b/src/LinkDotNet.Blog.Web/Features/Admin/BlogPostEditor/Components/FeatureInfoDialog.razor index 2a12cf6d..c31c56e8 100644 --- a/src/LinkDotNet.Blog.Web/Features/Admin/BlogPostEditor/Components/FeatureInfoDialog.razor +++ b/src/LinkDotNet.Blog.Web/Features/Admin/BlogPostEditor/Components/FeatureInfoDialog.razor @@ -1,33 +1,9 @@ @using LinkDotNet.Blog.Web.Features.Components

Here you will find a comprehensive list over feature you can use additional to classic markdown

-

Features marked with are experimental and can change heavily, get removed or the usage +

Features marked with are experimental and can change heavily, get removed or the usage changes.

Use with caution and check the changelog

-
-

Shortcuts

- - - - - - - - - - - - - - - - - - - - - -
Keyboard shortcutDescription
control bInserts Markdown formatting for bolding text
control iInserts Markdown formatting for italicizing text
control mInserts Markdown formatting for creating a link

Slide-Show

Will create a slide-show with images specified by the tag.

@@ -47,4 +23,4 @@ FeatureDialog.Open(); StateHasChanged(); } -} \ No newline at end of file +}