Markdig.SyntaxHighlighting icon indicating copy to clipboard operation
Markdig.SyntaxHighlighting copied to clipboard

Syntax Highlighting (Code Colorization) for MarkDig

Results 8 Markdig.SyntaxHighlighting issues
Sort by recently updated
recently updated
newest added

## Problem Statement Syntax highlighting does not work when rendering to FlowDocument with https://github.com/Kryptos-FR/markdig.wpf ## Proposed Solution In ```readme.md``` explicitly mention that this library supports only built-in HTML renderer.

For example, the following markdown snippet will render an actual button, instead of the html as text: ![image](https://user-images.githubusercontent.com/8648891/73074325-5d987100-3e87-11ea-9a85-676feefbcb6e.png) Unsupported languages should at least attempt to escape html.

**There is:** - the file "Code.cs", which contains the code;   **Logics:** 1. Get the code from the file "Code.cs"; 2. Format the syntax; 3. Insert the code into the file...

…innapropriately does not apply a \ block to language names not known to the ColorCode project. I also made it optional so users can opt out of not getting the...

It would be nice if there was a .net standard version of this, because currently it resolves to .net framework v4.6.1 on .net core 2.0.

Hi, I have a ASP.NET Core project that uses Markdig(which have a .NET Standard edition) , since your Nuget package Markdig.SyntaxHighlighting did not have a .NET Standard edition I could...

Before realizing that there is only support for a very limited amount of languages, I created simple markdown to visualize which languages worked and how well they worked. # Syntax...