OpenCodeDev / OpenCodeDev.Blazor.Foundation

Unofficial Implementation of Zurb's Foundation 6 as Blazor, C# Package including extra features.
MIT License
5 stars 0 forks source link

Add Byte[] support for HighlightCode #82

Closed hshimshon closed 2 years ago

hshimshon commented 2 years ago

as title self explain adding byte support for HighlightCode is necessary sometime we store byte data in DB it also help to preserve tabs and spaces. B64 is not preferred method due to expanded size after encoded

hshimshon commented 2 years ago

Added in 3.1 HighlightCode is the recommended Component by default and if you experience rendering issues with HighlightCS (especially in loop)