You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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(vari=0;i<10;i++){console.log(i)}
Environment
Version :
OS Version and name : MacOs High Sierra 10.13.6
The text was updated successfully, but these errors were encountered:
Current behavior
Expected behavior
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:
Environment
The text was updated successfully, but these errors were encountered: