-
> Looking through the new Markdig-based Markdown control, I'm not seeing any obvious way to handle clicked links in the consuming application.
>
> I see the library has an [`AutoLinkParser`](https:/…
-
It's a standalone sample tested on PowerShell 7.4 with an existant generic extension method present in the PowerShell assemblies.
I don't measure the AST overhead, there is some bug with wrap and …
-
**Repro steps**
1. Create new fsharp project
2. Add "MarkdigExtensions.SyntaxHighlighting" package
3. Add the following code
```f#
open Markdig.Renderers
open Markdig.Renderers.Html
open Mark…
-
Hi! Really cool to see this project for Xamarin!
Just wanted to let you know we plan to move to using MarkDig in the Windows Community Toolkit and remove our own Markdown parser. See our issue trac…
-
Currently, only markdown is parsed, but `` and friends should also work.
While working on this feature, there are some major complexity points here: mainly:
Do we want to allow a mixed mode? So …
-
I'd like the option to use [Markdown.Prism](https://github.com/ilich/Markdig.Prism) instead of the default syntax highlighting, mainly because [Prism.js](https://prismjs.com/download.html) can be dark…
-
The braces in the example below and the contents within them are getting stripped when converting to HTML. I thought it might have been the Generic Attributes Extension but I have no Extensions loaded…
-
I've created an extension for Markdig here:
https://github.com/macaba/Markdig.Extensions.ScriptCs
It essentially allows any arbitrary C# code to output markdown or HTML to the document. The C# can…
-
```
System.Exception : Could not find a FSharp.Core.dll (with bundled .optdata and .sigdata) in
[ "/home/alice/codes/Markdig.Extensions.Literate/tests/bin/Debug/netcoreapp2.2/FSharp.Core.dll"
"/…
-
### 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…