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

After last update I saw some strange behaviour on the rendering of code blocks. #2613

Closed
marcofriso opened this issue Nov 16, 2018 · 1 comment

Comments

@marcofriso
Copy link

Current behavior

image

Expected behavior

image

Steps to reproduce

After last update I saw some strange behaviour on the rendering of code blocks.
Problem disappear when an empty line is added before and after the each code block.

markdown is (check the raw code) :


ES6 - innovations

Variables: Var, Let, Const - ES6

Different ways to call a variable.

Var

Var variables are function scoped, meaning they are:

  • valid within the function and not outside the function itself,
  • but they are also available outside operators like conditionals or iterations
for(var i = 0; i < 10; i++) {
    console.log(i)
}

Environment

  • Version :
  • OS Version and name : MacOs High Sierra 10.13.6
@marcofriso
Copy link
Author

duplicated #2614

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

1 participant