wbaldoumas / markdown-colorcode

An extension for Markdig that adds syntax highlighting to code through the power of ColorCode-Universal.
https://wbaldoumas.github.io/markdown-colorcode/
MIT License
26 stars 5 forks source link

Test CsharpToColouredHTML #134

Closed wbaldoumas closed 7 months ago

wbaldoumas commented 7 months ago

Description

A test to see if leveraging CsharpToColouredHTML may improve syntax highlighting for C# code handled by this library.

Type of Change

Checklist

codecov[bot] commented 7 months ago

Codecov Report

Attention: 6 lines in your changes are missing coverage. Please review.

Comparison is base (41c4d38) 100.00% compared to head (862175a) 94.40%.

Files Patch % Lines
...olorCode/Internal/CSharpToColouredHtmlFormatter.cs 0.00% 4 Missing :warning:
...arkdown.ColorCode/Internal/HtmlFormatterFactory.cs 0.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #134 +/- ## =========================================== - Coverage 100.00% 94.40% -5.60% =========================================== Files 8 9 +1 Lines 119 125 +6 Branches 14 15 +1 =========================================== - Hits 119 118 -1 - Misses 0 6 +6 - Partials 0 1 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.