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.
<PackageVersion Include="Guilded.Markdown" Version="1.7.1" />
<PackageReference Include="Guilded.Markdown" />
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 Guilded.Markdown --version 1.7.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#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.
#:package Guilded.Markdown@1.7.1
#: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=Guilded.Markdown&version=1.7.1
#tool nuget:?package=Guilded.Markdown&version=1.7.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
<div align="center">
🟡 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 | Versions 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. 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. |
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 | 240 | 1/10/2024 |
1.7.0 | 174 | 1/3/2024 |
1.6.0 | 238 | 7/1/2023 |
1.5.1 | 265 | 4/11/2023 |
1.5.0 | 261 | 4/1/2023 |
1.3.0 | 364 | 12/22/2022 |
1.2.0 | 400 | 11/24/2022 |
1.1.5 | 382 | 11/16/2022 |
1.1.4 | 384 | 11/9/2022 |
1.1.3 | 432 | 11/4/2022 |
1.1.2 | 428 | 10/31/2022 |
1.1.0 | 435 | 10/29/2022 |
1.0.2 | 493 | 9/16/2022 |
1.0.0 | 462 | 9/16/2022 |