Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SQL code renders single quotes as ' #67

Closed
brianary opened this issue Apr 23, 2015 · 2 comments
Closed

SQL code renders single quotes as ' #67

brianary opened this issue Apr 23, 2015 · 2 comments

Comments

@brianary
Copy link

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
Copy link
Member

forki commented May 3, 2015

this is already fixed in latest FSharp.Formatting, but we need fsprojects/Paket#812 to push a new package.

@forki
Copy link
Member

forki commented May 9, 2015

fixed

@forki forki closed this as completed May 9, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants