-
Consider a following piece of code:
``` c#
using Markdig;
var input = @"
Here is the table:
| Key | Value |
| ---- | -------- |
| Color | Blue |
| Size | Medium |
";
var pip…
-
### Describe the bug
When running the gallery with the Wasdk head on the latest `main` commit, the 'Shadows overview' sample will crash the app:
![image](https://github.com/user-attachments/assets…
-
Obsidian allows [adding titles to alerts/callouts](https://help.obsidian.md/Editing+and+formatting/Callouts#Change+the+title). When Markdig parses an alert with a title, it is recognized as a `QuoteBl…
-
### Description
Our builds fail a lot of times with this issue .
https://dev.azure.com/xamarin/public/_build/results?buildId=102633&view=logs&j=5239058e-6f59-5db5-6c0e-6f79eefcd049&s=b7e1043e-3af4-5…
-
-
Hi all!
I'm a member of the dotnet/Roslyn team, and I work primarily on the IDE side of things adding and improving the features users interact with when using C# or VB in VS and its siblings. I'm…
-
Using Markdig will allow for better customization of the parser to use extensions to handle the lack of html rendering features in mobile or to allow users to customize the control more as well.
-
As far as I understand, setting `ImplicitParagraph` to `false` should prevent markdig from wrapping rendered HTML in a ``.
However, the following test does not behave as expected
```csharp
…
-
Hi with umbraco 8.15 and articulate, I have a problem in post.chtml it gives me this error: Method not found: 'System.String Markdig.Markdown.ToHtml (System.String, Markdig.MarkdownPipeline)'. with @ …
-
https://github.com/RichardSlater/Markdig.SyntaxHighlighting の導入