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
So the first code have option run:true(or something like this) and have result: "Output: 10", second code - just wait pressing ▶ and not running, because of configuration of code-emitter.
OR
config Code-Emitter:
auto: on
Something like that in note:
3
constc=10;console.log(`Output: ${c}`)//Output: 10
4
constd=20;console.log(`Output: ${d}`);
So the third code autorunning is working, the fourth code used manually block(option run: block) for code running.
The text was updated successfully, but these errors were encountered:
Hi,
I am new in programming development, junior😁. I would like to support
you, but now I am very busy... So for now I can't help you, sorry.
ср, 31 мая 2023 г. в 01:44, YiiSh ***@***.***>:
Hello, Seems like codeblock supports extra attribute flags.
eg:
```js,autorunconst d = 20;console.log(`Output: ${d}`);```
I see your technology stack is typescript. Would you like to submit a PR
to support this feature?
—
Reply to this email directly, view it on GitHub
<#11 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AK5KIZKW7UQ67QAVGDA3RL3XIZZ57ANCNFSM6AAAAAAYURHVDA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
config Code-Emitter:
Something like that in note:
So the first code have option run:true(or something like this) and have result: "Output: 10", second code - just wait pressing ▶ and not running, because of configuration of code-emitter.
OR
config Code-Emitter:
Something like that in note:
So the third code autorunning is working, the fourth code used manually block(option run: block) for code running.
The text was updated successfully, but these errors were encountered: