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

SQL code renders single quotes as ' #67

Closed brianary closed 9 years ago

brianary commented 9 years ago

Providing code like:

[lang=sql]
select * from pubs where author = 'King';

Renders as:

select * from pubs where author = 'King';

(but it does highlight correctly)

forki commented 9 years ago

this is already fixed in latest FSharp.Formatting, but we need https://github.com/fsprojects/Paket/issues/812 to push a new package.

forki commented 9 years ago

fixed