File tree Expand file tree Collapse file tree
includes/all_includes/src Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -83,6 +83,13 @@ fn playground_include() {
8383</span><span class="boring"> // You can even hide lines! :D
8484</span><span class="boring"> println!("I am hidden! Expand the code snippet to see me");
8585</span>}</code></pre>
86+ <h2 id="editable-playground"><a class="header" href="#editable-playground">Editable Playground</a></h2>
87+ <pre class="playground"><code class="language-rust editable">fn main() {
88+ println!("Hello World!");
89+ <span class="boring">
90+ </span><span class="boring"> // You can even hide lines! :D
91+ </span><span class="boring"> println!("I am hidden! Expand the code snippet to see me");
92+ </span>}</code></pre>
8693"## ] ] ) ;
8794}
8895
Original file line number Diff line number Diff line change 11# Playground Includes
22
33{{#playground example.rs}}
4+
5+ ## Editable Playground
6+
7+ {{#playground example.rs editable}}
You can’t perform that action at this time.
0 commit comments