You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A lightweight custom property editor for Umbraco that sits on top of the default Umbraco.MarkdownEditor.
10
10
11
11
### Plug and Play
@@ -28,24 +28,29 @@ Replaces `IHtmlEncodedString` with `MarkdownValue` which contains the following
28
28
29
29
-**Raw** - The raw markdown as a string
30
30
-**Html** - The transformed HTML value
31
-
-**Markdown** - The Markdig MarkdownDocument
32
-
33
-
## Quick Start
34
-
31
+
-**Markdown** - The Markdig MarkdownDocument
32
+
33
+
> [!IMPORTANT]
34
+
> Version 15 will only receive security updates and no new features.
35
+
36
+
> Please review the [security policy](https://github.com/jcdcdev/jcdcdev.Umbraco.ExtendedMarkdownEditor?tab=security-ov-file#supported-versions) for more information.
Contributions to this package are most welcome! Please visit the [Contributing](https://github.com/jcdcdev/jcdcdev.Umbraco.ExtendedMarkdownEditor/contribute) page.
Contributions to this package are most welcome! Please visit the [Contributing](https://github.com/jcdcdev/jcdcdev.Umbraco.ExtendedMarkdownEditor/contribute) page.
0 commit comments