BlazorPrettyCode
BlazorPrettyCode copied to clipboard
Blazor Code Component for Documentation Sites
Hello, How to use this JS with HTML ?? like: \my code here..\ ?
I need to colorize and format a JSON snippet in Blazor. IOs this a good comonent to do that If not, do you have a recommendation?
Use openRegion and remove use of dynamic sequence number in build render
Local looks fine, but on Github it isn't
Allow themes to color the quote marks. For example Winter Is Coming Dark: ``` { "Name": "Quotes", "Settings": { "color": "#6bff81" } }, ```
Currently only Parse errors are displayed, other errors may occur.
1. Color `$` in front of a quote mark or in front `@"` mark 2. Color variables in the interpolated string: `$"{colorMe}"`