Open binyomen opened 4 years ago
You can use highlightjs from npm to output highlighted code. That way the site doesn't need to load unnecessary javascript when the user browses to it.
This will require adding npm to this project.
Actually it would probably be best to do this with Parser.ParseInput. That way we keep everything in PowerShell and don't need external dependencies.
Parser.ParseInput
You can use highlightjs from npm to output highlighted code. That way the site doesn't need to load unnecessary javascript when the user browses to it.
This will require adding npm to this project.