fsprojects / FsReveal

FsReveal parses markdown and F# script file and generates reveal.js slides.
http://fsprojects.github.io/FsReveal
258 stars 100 forks source link

Missing PowerShell syntax highlighting #66

Closed brianary closed 8 years ago

brianary commented 9 years ago

Providing lang=PowerShell, posh, ps, &c doesn't syntax highlight PowerShell code.

forki commented 9 years ago

That's something for the upstream project. Try to open an issue for highlight.js

brianary commented 9 years ago

It's been added in version 8.3 of highlight.js; it looks like FsReveal uses 8.2.

fbehrens commented 8 years ago

highlight.js is now version v8.9.1 I have tested that [lang=powershell] is working. Can be closed