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

Avoid highlightjs parsing of FSharp.Formatting-highlighted snippets #77

Closed kfuglsang closed 9 years ago

kfuglsang commented 9 years ago

Requires https://github.com/tpetricek/FSharp.Formatting/pull/320 to be accepted.

kfuglsang commented 9 years ago

@forki I could use some feedback on https://github.com/kfuglsang/FsReveal/commit/b1d20c854e30faf1e5702cba01eea27c261019e7.

I'm not sure if it works. Thing is, I could use some input on how to test the builds in the master branch after making changes to the develop branch, without you having to release a new version of FsReveal.

forki commented 9 years ago

how to test the builds in the master branch after making changes to the develop branch

you could use two folders. one for master and one for develop (two clones of this repo). then copy the output of develop build over into packages folder of master repo.