Skip to content

Commit

Permalink
Remove obsolete hints
Browse files Browse the repository at this point in the history
  • Loading branch information
linkdotnet committed Jun 11, 2024
1 parent e9435a7 commit 2d6afa6
Showing 1 changed file with 2 additions and 26 deletions.
Original file line number Diff line number Diff line change
@@ -1,33 +1,9 @@
@using LinkDotNet.Blog.Web.Features.Components
<ModalDialog @ref="FeatureDialog" Title="Additional Features">
<p>Here you will find a comprehensive list over feature you can use additional to classic markdown</p>
<p>Features marked with <i class="lab"></i> are experimental and can change heavily, get removed or the usage
<p>Features marked with <i class="lab"></i> are experimental and can change heavily, get removed or the usage
changes.</p>
<p>Use with caution and check the changelog</p>
<hr>
<h3 style="display:inline-block">Shortcuts</h3>
<table class="table">
<thead>
<tr>
<th>Keyboard shortcut</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>control b</td>
<td>Inserts Markdown formatting for bolding text</td>
</tr>
<tr>
<td>control i</td>
<td>Inserts Markdown formatting for italicizing text</td>
</tr>
<tr>
<td>control m</td>
<td>Inserts Markdown formatting for creating a link</td>
</tr>
</tbody>
</table>
<hr/>
<h3 style="display:inline-block">Slide-Show</h3><i class="lab"></i>
<p>Will create a slide-show with images specified by the tag.</p>
Expand All @@ -47,4 +23,4 @@
FeatureDialog.Open();
StateHasChanged();
}
}
}

0 comments on commit 2d6afa6

Please sign in to comment.