fsprojects / FsReveal

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

Can I write a sample F# code snippet that doesn't compile? #107

Closed mastoj closed 7 years ago

mastoj commented 7 years ago

I'm working on a F# presentation and would like to add a F# code snippet that is not valid, but since that code doesn't compile the slide generation fails. Is there a way to add a snippet without having it compiled?

mastoj commented 7 years ago

User error...