We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Providing code like:
[lang=sql] select * from pubs where author = 'King';
Renders as:
select * from pubs where author = 'King';
(but it does highlight correctly)
The text was updated successfully, but these errors were encountered:
this is already fixed in latest FSharp.Formatting, but we need fsprojects/Paket#812 to push a new package.
Sorry, something went wrong.
fixed
No branches or pull requests
Providing code like:
Renders as:
(but it does highlight correctly)
The text was updated successfully, but these errors were encountered: