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
Example:
This is code that outputs 3 x = 3 console.log x Wow that was easy!
Expected:
(function() { var x; x = 3; console.log(x); }).call(this);
Instead:
(function() { }).call(this);
I dug in a little bit and it looks like the "marked" library considers the pieces of code as paragraphs.
The text was updated successfully, but these errors were encountered:
@swang Are you seeing this in 1.12.4 or in 2.0.0-alpha1?
Sorry, something went wrong.
2.0.0-alpha1
No branches or pull requests
Example:
Expected:
Instead:
I dug in a little bit and it looks like the "marked" library considers the pieces of code as paragraphs.
The text was updated successfully, but these errors were encountered: