Drastic.Markdown.Maui
1.0.11
dotnet add package Drastic.Markdown.Maui --version 1.0.11
NuGet\Install-Package Drastic.Markdown.Maui -Version 1.0.11
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="Drastic.Markdown.Maui" Version="1.0.11" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Drastic.Markdown.Maui --version 1.0.11
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Drastic.Markdown.Maui, 1.0.11"
#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.
// Install Drastic.Markdown.Maui as a Cake Addin #addin nuget:?package=Drastic.Markdown.Maui&version=1.0.11 // Install Drastic.Markdown.Maui as a Cake Tool #tool nuget:?package=Drastic.Markdown.Maui&version=1.0.11
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Drastic.Markdown.Maui
Drastic.Markdown.Maui is a fork of MarkdownView for Xamarin Forms. It implements some common Markdown controls using standard MAUI controls. It should work on all supported MAUI platforms.
How to use
- Install the Nuget
- Reference the control
<ContentPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
xmlns:controls="clr-namespace:Drastic.Markdown;assembly=Drastic.Markdown.Maui"
x:Class="Drastic.Markdown.Maui.Sample.MainPage">
<ContentPage.Resources>
<controls:DarkMarkdownTheme x:Key="DarkTheme" />
<controls:LightMarkdownTheme x:Key="LightTheme" />
</ContentPage.Resources>
<ScrollView>
<controls:MarkdownView Theme="{AppThemeBinding Dark={StaticResource DarkTheme}, Light={StaticResource LightTheme}}" Background="Transparent" Markdown="{Binding Markdown}" />
</ScrollView>
</ContentPage>
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net7.0 is compatible. net7.0-android was computed. net7.0-android33.0 is compatible. net7.0-ios was computed. net7.0-ios16.1 is compatible. net7.0-maccatalyst was computed. net7.0-maccatalyst16.1 is compatible. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net7.0-windows10.0.19041 is compatible. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net7.0
- Markdig (>= 0.31.0)
- SkiaSharp.Views.Maui.Core (>= 2.88.3)
- Svg.Skia (>= 0.6.0-preview5)
-
net7.0-android33.0
- Markdig (>= 0.31.0)
- SkiaSharp.Views.Maui.Core (>= 2.88.3)
- Svg.Skia (>= 0.6.0-preview5)
-
net7.0-ios16.1
- Markdig (>= 0.31.0)
- SkiaSharp.Views.Maui.Core (>= 2.88.3)
- Svg.Skia (>= 0.6.0-preview5)
-
net7.0-maccatalyst16.1
- Markdig (>= 0.31.0)
- SkiaSharp.Views.Maui.Core (>= 2.88.3)
- Svg.Skia (>= 0.6.0-preview5)
-
net7.0-windows10.0.19041
- Markdig (>= 0.31.0)
- SkiaSharp.Views.Maui.Core (>= 2.88.3)
- Svg.Skia (>= 0.6.0-preview5)
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 |
---|---|---|
1.0.11 | 1,017 | 3/10/2023 |