ProMarkdown 0.1.1
dotnet add package ProMarkdown --version 0.1.1
NuGet\Install-Package ProMarkdown -Version 0.1.1
<PackageReference Include="ProMarkdown" Version="0.1.1" />
<PackageVersion Include="ProMarkdown" Version="0.1.1" />
<PackageReference Include="ProMarkdown" />
paket add ProMarkdown --version 0.1.1
#r "nuget: ProMarkdown, 0.1.1"
#:package ProMarkdown@0.1.1
#addin nuget:?package=ProMarkdown&version=0.1.1
#tool nuget:?package=ProMarkdown&version=0.1.1
ProMarkdown
Reusable Avalonia markdown rendering and editing libraries built on Markdig.
Highlights
- Avalonia control and service layer for rendering Markdown documents.
- Source-aware editing, selection, hit testing, and URI handling.
- Optional plugin packages for alerts, custom containers, definition lists, figures, footers, math, Mermaid diagrams, syntax highlighting, and TextMate integration.
- Standalone sample application that composes the complete Markdown stack.
- Headless rendering and Mermaid test coverage.
Projects
| Project | Responsibility |
|---|---|
src/ProMarkdown |
Core controls, parsing, rendering, editing, layout, selection, and theme services. |
src/ProMarkdown.Plugin.Alerts |
Alert block parsing, rendering, and editing. |
src/ProMarkdown.Plugin.CustomContainers |
Generic custom-container support. |
src/ProMarkdown.Plugin.DefinitionLists |
Definition-list parsing, rendering, and editing. |
src/ProMarkdown.Plugin.Figures |
Figure and caption support. |
src/ProMarkdown.Plugin.Footers |
Footer metadata blocks. |
src/ProMarkdown.Plugin.Math |
Inline and block math support. |
src/ProMarkdown.Plugin.Mermaid |
Mermaid diagram rendering. |
src/ProMarkdown.Plugin.SyntaxHighlighting |
Built-in code syntax highlighting. |
src/ProMarkdown.Plugin.TextMate |
TextMate-backed highlighting and editor integration. |
src/ProMarkdown.Sample |
Desktop sample that composes the library and plugins. |
tests/ProMarkdown.Tests |
Headless rendering and Mermaid tests. |
NuGet packages
| Package | Version | Downloads | Description |
|---|---|---|---|
ProMarkdown |
Core Avalonia Markdown rendering and editing primitives. | ||
ProMarkdown.Plugin.Alerts |
Alert block parsing, rendering, and editing. | ||
ProMarkdown.Plugin.CustomContainers |
Custom-container parsing, rendering, and editing. | ||
ProMarkdown.Plugin.DefinitionLists |
Definition-list parsing, rendering, and editing. | ||
ProMarkdown.Plugin.Figures |
Figure block parsing, rendering, and editing. | ||
ProMarkdown.Plugin.Footers |
Footer block parsing, rendering, and editing. | ||
ProMarkdown.Plugin.Math |
Inline and block math parsing, rendering, and editing. | ||
ProMarkdown.Plugin.Mermaid |
Mermaid diagram rendering. | ||
ProMarkdown.Plugin.SyntaxHighlighting |
Built-in syntax highlighting for code blocks. | ||
ProMarkdown.Plugin.TextMate |
TextMate-backed highlighting and editor integration. |
Prerequisites
- .NET 10 SDK
Build and test
dotnet restore ProMarkdown.slnx
dotnet build ProMarkdown.slnx
dotnet test --solution ProMarkdown.slnx
Run the sample
dotnet run --project src/ProMarkdown.Sample/ProMarkdown.Sample.csproj
The sample provides an editor and preview surface with the plugin ecosystem registered together.
Documentation
The published documentation is available at wieslawsoltes.github.io/ProMarkdown. The Lunet source lives under site/.
dotnet tool restore
bash ./check-docs.sh
To serve it locally:
bash ./serve-docs.sh
PowerShell equivalents are included for the build, check, and serve commands. Detailed Markdown implementation notes live under docs/.
CI and releases
.github/workflows/build.ymlbuilds, tests, validates docs, and packs the Markdown projects..github/workflows/docs.ymlpublishes the Lunet site..github/workflows/release.ymlvalidates and publishes the ProMarkdown NuGet packages for tagged releases.
License
MIT. See LICENSE.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
NuGet packages (9)
Showing the top 5 NuGet packages that depend on ProMarkdown:
| Package | Downloads |
|---|---|
|
ProMarkdown.Plugin.Math
Math block and inline parsing, rendering, and editing support for ProMarkdown. |
|
|
ProMarkdown.Plugin.Mermaid
Mermaid diagram rendering support for ProMarkdown. |
|
|
ProMarkdown.Plugin.CustomContainers
Custom container parsing, rendering, and editing support for ProMarkdown. |
|
|
ProMarkdown.Plugin.Figures
Figure block parsing, rendering, and editing support for ProMarkdown. |
|
|
ProMarkdown.Plugin.SyntaxHighlighting
Built-in syntax highlighting support for ProMarkdown code blocks. |
GitHub repositories
This package is not used by any popular GitHub repositories.