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
julia> s = """ ```!foo x = 5 ``` ```>bar y = x + 2 ``` """ "```!foo\nx = 5\n```\n\n```>bar\ny = x + 2\n```\n" julia> println(html(s)) [ Info: ⏯️ evaluating cell foo... [ Info: ⏯️ evaluating cell bar_1... <pre><code class="julia">x = 5</code></pre> <pre><code class="julia-repl"><span class="sgr32"><span class="sgr1">julia></span></span> y = x + 2 7 </code></pre>
Second one is called bar_1, the mechanism to add _k should not be triggered.
bar_1
_k
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Second one is called
bar_1
, the mechanism to add_k
should not be triggered.The text was updated successfully, but these errors were encountered: