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 space and tabbing to Code highlighter #107

Open hshimshon opened 1 year ago

hshimshon commented 1 year ago

Probably a way to add Configuration of the code highlighter system would be inside AppWrapper and the various configure to be added at the bottom of the page JS.... <script> hljs.configure({ tabReplace: ' ' }); </script>