-
https://github.com/RichardSlater/Markdig.SyntaxHighlighting の導入
-
1. A headline with a link shows the Type Name of the link, instead of the text
2. Lists of links are not shown as lists, but instead as a paragraph.
Steps to reproduce
------------------
```po…
-
... just wondering :-).
PS: Thanks for making this, I love it. I'm about to try my hand at creating an extension.
-
With the following code
```c#
using Markdig;
var markdown = "[:clap: a link :clap:](https://github.com/xoofx/markdig)";
var pipeline = new MarkdownPipelineBuilder()
.UseEmojiAndSmiley()…
-
Hi, I'm currently using MarkdownTextBlock in my project and I can pretty easily prevent images in the markdown. Is there a way to accomplish that using MarkDig?
Thanks
-
### Feature request type
New component
### Component name
_No response_
### Is your feature request related to a problem?
_No response_
### Describe the solution you'd like
I am p…
-
### Description
[`HybridWebView` will become part of .NET 9](https://github.com/dotnet/maui/pull/22880).
Currently the [`WebView` control supports a `HtmlWebViewSource`](https://learn.microsoft.co…
-
### Summary of the new feature / enhancement
As a developer working on a PowerShell module that interacts with Markdown, I want to be able to use newer versions of the Markdig library without conflic…
-
Would be cool to add Markdig extensions via a setting. Should be fairly easy - check for the setting inside the template and if it's there, iterate the values and use the class catalog to find the ext…
-
**Problem**
I want to use .net interactive documentation to write my documentation but markdown doc files should still display my code samples when viewed in an environment without try .net hosting (…