Guilded.Markdown
1.1.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Guilded.Markdown --version 1.1.0
NuGet\Install-Package Guilded.Markdown -Version 1.1.0
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.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Guilded.Markdown --version 1.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Guilded.Markdown, 1.1.0"
#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.1.0 // Install Guilded.Markdown as a Cake Tool #tool nuget:?package=Guilded.Markdown&version=1.1.0
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 was computed. 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 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.
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 | 186 | 1/10/2024 |
1.7.0 | 134 | 1/3/2024 |
1.6.0 | 185 | 7/1/2023 |
1.5.1 | 201 | 4/11/2023 |
1.5.0 | 196 | 4/1/2023 |
1.3.0 | 295 | 12/22/2022 |
1.2.0 | 328 | 11/24/2022 |
1.1.5 | 313 | 11/16/2022 |
1.1.4 | 312 | 11/9/2022 |
1.1.3 | 359 | 11/4/2022 |
1.1.2 | 354 | 10/31/2022 |
1.1.0 | 364 | 10/29/2022 |
1.0.2 | 422 | 9/16/2022 |
1.0.0 | 390 | 9/16/2022 |