Rick Strahl
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...
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...
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...
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...
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.  Breaking into...
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...
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:  Note that the...