Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/nuget/Markdig-0.35.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dstegelman authored Mar 8, 2024
2 parents 874d40b + 80b0427 commit 6dfcc9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ as an embeded help guide for users.

### Usage

Install via nuget from https://www.nuget.org/packages/CsuChhs.Blazor.MarkdownEditor/
Install via [nuget](https://www.nuget.org/packages/CsuChhs.Blazor.MarkdownEditor/)

Add the Editor to your ```_Imports.razor```

Expand All @@ -28,4 +28,4 @@ Inside of an EditForm reference the editor component and bind it.
The editor binds the markdown text, not parsed HTML.

The toolbar (work in progress) is added by default. You can disable
this by passing EnableToolbar="false" into the component.
this by passing EnableToolbar="false" into the component.

0 comments on commit 6dfcc9e

Please sign in to comment.