Kevin Preller
Kevin Preller
Hi, the currently published nuget package seems to be not up to date. I've read in an earlier issue that the package gets deployed automatically after a successful build. As...
Pull request to Issue #48
Since we have no support for wiring up javascript methods with callbacks for doing long running operations, I would like to use a custom scheme handler and do ajax calls,...
Hi, I created a custom ISchemeHandler and implemented ProcessRequest. In my method, I want to use the request data sent from an AJAX-call (via POST). The request object doesn't have...
Hi, there were two pull requests regarding a configurable installation timeout. I ran into the same problem today and found several pull requests that have been closed without merge: -...
Hi! I'm interested in implementing a custom renderer for Markdig to render to SkiaSharp. SkiaSharp provides a "Canvas" element with methods like DrawLine, DrawImage, DrawText etc. That would make it...