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
Changed code block notation to runkit executable block for variable.md #13
Conversation
Please make sure that github don't support {% runkit %} tag but dev.to does, so change any occurence of markdown code block to runkit.
this is actual template.
{% runkit
// hidden setup JavaScript code goes in this preamble area
const hiddenVar = 42
%}
// visible, reader-editable JavaScript code goes here
console.log(hiddenVar)
{% endrunkit %}
Thank you for the great article once again, I wish i had time contributing to this.
Changed code block notation to runkit executable block
|
Hey, I think I understand, ill try this out on dev.to |
|
@hardy613 have edited post on dev |
|
I provided two images, one being the mark-up (first image) and you can see I have the template literal syntax correct in the markup however it is not correct in the I am going to close this request as it seems Thank you. |
|
@yashwanth2804 I have opened an issue: forem/forem#1431 |
|
The issue report has been approved on dev.to. This request may come sooner than I thought. |



Please make sure that github dont support {% runkit %} tag but dev.to does, so change any occurence of markdown code block to runkit.
this is actual template.
{% runkit
// hidden setup JavaScript code goes in this preamble area
const hiddenVar = 42
%}
// visible, reader-editable JavaScript code goes here
console.log(hiddenVar)
{% endrunkit %}
Thank you for the great article once again, I wish i had time contributing to this.