Rick Strahl

Results 20 issues of Rick Strahl

I haven't looked at this in a long while but I notice that definition lists require multiple spaces (3) after the colon to work. In the following markdown the first...

bug
PR Welcome!

I'm using `builder.UseFigures()` in my pipeline builder code, but I don't see figure output rendered. Example here: https://babelmark.github.io/?text=!%5BSave+Image+to+Azure+Blob+Storage+Addin%5D(https%3A%2F%2Fgithub.com%2FRickStrahl%2FSaveToAzureBlob-MarkdownMonster-Addin%2Fraw%2Fmaster%2FSaveToAzureMarkdownMonsterAddin.gif)%0A Markdig renders the image only which seems like Figures is not doing...

enhancement
PR Welcome!

It looks like this control supports IDragHandler but there are no examples that show how this works. I've implemented the interface and set `IsDragSource=true` assigned the data source and I...

Bug

I'm trying to do custom handling for multiple items in a grouped list box by implementing an `IDropHandler`. The default behavior without the drop handler works fine all around for...

Bug

When rendering charts with wide FontAwesome icons, on initial render text that follows the icons often overflows the space allocated for the text resulting in truncated labels. ![image](https://user-images.githubusercontent.com/1374013/150247383-cd8b489f-b1b4-4f9e-aad0-7f1c0034573a.png) Breaking into...

Type: Bug / Error
Status: Triage

I'm trying to use the GraphQL API to retrieve content from a specific repository item via the GraphQL API. I can enter a graphQL query into the explorer and it...

Status: Up for grabs
Type: Feature

I have a WPF application where I hook mouse events - specifically I enable a mouse hook to detect any clicks and if one is detected unhook the handler and...

In Markdown Monster I'm running into a lot of user errors with **Object reference not set to an instance of an object.** in my logs related to a call to...

Quite frequently when I need do some thing with the Tab control, I need access to the internals that are not exposed in the Tabablz control. There appears to be...

It appears that the `.UseMediaLinks()` extension does not detect media when the URL is not an http link, but rather a relative path. The following demonstrates: ![image](https://github.com/xoofx/markdig/assets/1374013/d14e2695-94f8-423f-a343-638dc2afd31d) Note that the...

PR Welcome!
question