VOOZH about

URL: https://www.nuget.org/packages/jcdcdev.Umbraco.ExtendedMarkdownEditor/

⇱ NuGet Gallery | jcdcdev.Umbraco.ExtendedMarkdownEditor 17.0.5




👁 Image
jcdcdev.Umbraco.ExtendedMarkdownEditor 17.0.5

There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package jcdcdev.Umbraco.ExtendedMarkdownEditor --version 17.0.5
 
 
NuGet\Install-Package jcdcdev.Umbraco.ExtendedMarkdownEditor -Version 17.0.5
 
 
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="jcdcdev.Umbraco.ExtendedMarkdownEditor" Version="17.0.5" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="jcdcdev.Umbraco.ExtendedMarkdownEditor" Version="17.0.5" />
 
Directory.Packages.props
<PackageReference Include="jcdcdev.Umbraco.ExtendedMarkdownEditor" />
 
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add jcdcdev.Umbraco.ExtendedMarkdownEditor --version 17.0.5
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: jcdcdev.Umbraco.ExtendedMarkdownEditor, 17.0.5"
 
 
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package jcdcdev.Umbraco.ExtendedMarkdownEditor@17.0.5
 
 
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=jcdcdev.Umbraco.ExtendedMarkdownEditor&version=17.0.5
 
Install as a Cake Addin
#tool nuget:?package=jcdcdev.Umbraco.ExtendedMarkdownEditor&version=17.0.5
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

Extended Markdown Editor

👁 Documentation
👁 Umbraco Marketplace
👁 GitHub
👁 NuGet Downloads
👁 Project Website

A lightweight custom property editor for Umbraco that sits on top of the default Umbraco.MarkdownEditor.

Plug and Play

All existing and future properties using Umbraco.MarkdownEditor will automatically use the new editor.

Removing this package will revert to the default Umbraco.MarkdownEditor, no data loss will occur.

Data Type

Extends the configuration to allow control over the transformation of Markdown to HTML

  • Header Offset - The offset to apply to the header levels
    • For example: -1 would transform # Header 1 to <h2>Header 1</h2>
  • External Links Open In New Tab - Adds target="_blank" to external links

Property Value Converter

Replaces IHtmlEncodedString with MarkdownValue which contains the following properties

  • Raw - The raw markdown as a string
  • Html - The transformed HTML value
  • Markdown - The Markdig MarkdownDocument

Security

This project takes security and support seriously. Please visit the Security page for more information.

Contributing

Contributions to this package are most welcome! Please visit the Contributing page.

Acknowledgements

Thank you to the following projects and individuals for their contributions. High five, you rock! 🤘🦄

Product Versions Compatible and additional computed target framework versions.
.NET net10.0 net10.0 is compatible.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
18.0.0-alpha.2 47 6/15/2026
18.0.0-alpha.1 48 6/9/2026
17.0.5 183 3/18/2026
17.0.5-alpha.4 68 3/17/2026
17.0.4 120 2/17/2026
17.0.3 142 2/3/2026
17.0.3-alpha.7 67 2/1/2026
17.0.2 124 1/28/2026
17.0.2-alpha.16 66 1/28/2026
17.0.2-alpha.13 66 1/26/2026
17.0.1 131 12/26/2025
16.0.10 107 3/18/2026
16.0.9 107 2/17/2026
16.0.9-alpha0009 111 2/3/2026
16.0.9-alpha0007 107 2/3/2026
16.0.8 110 1/28/2026
16.0.8-alpha0046 107 1/28/2026
16.0.8-alpha0028 114 1/26/2026
16.0.8-alpha0013 110 1/26/2026
16.0.7 109 12/26/2025
Loading failed