Guilded.Markdown 1.7.1

dotnet add package Guilded.Markdown --version 1.7.1
NuGet\Install-Package Guilded.Markdown -Version 1.7.1
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="Guilded.Markdown" Version="1.7.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Guilded.Markdown --version 1.7.1
#r "nuget: Guilded.Markdown, 1.7.1"
#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 Guilded.Markdown as a Cake Addin
#addin nuget:?package=Guilded.Markdown&version=1.7.1

// Install Guilded.Markdown as a Cake Tool
#tool nuget:?package=Guilded.Markdown&version=1.7.1

<div align="center">

Banner

🟡 Guilded.NET's Markdown package

</div>

Guilded.Markdown is an utility package for Guilded-flavoured Markdown, as well as Guilded content. It adds things like MarkdownBuilder, GuildedMarkdown for InlineCode, Bold, etc. and the ability to react with emotes by specifying their name or character.

📙 Example

using Guilded.Markdown;
using static Guilded.Markdown.GuildedMarkdown;

// ...
Message message = await client.CreateMessageAsync(channelId, $"Here's some inline code: {InlineCode("xyz")}");
await message.AddReactionAsync("white_check_mark");
await message.AddReactionAsync('❌');

⁉️ Support

If you need any help related to Guilded.NET, you can check out the following sources:

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  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.

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.7.1 147 1/10/2024
1.7.0 104 1/3/2024
1.6.0 162 7/1/2023
1.5.1 174 4/11/2023
1.5.0 166 4/1/2023
1.3.0 268 12/22/2022
1.2.0 308 11/24/2022
1.1.5 289 11/16/2022
1.1.4 284 11/9/2022
1.1.3 330 11/4/2022
1.1.2 328 10/31/2022
1.1.0 334 10/29/2022
1.0.2 399 9/16/2022
1.0.0 368 9/16/2022