mdbook/tests/testsuite/rendering/editable_rust_block/expected/editable-rust.html

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
401 B
HTML
Raw Normal View History

<h1 id="chapter-1"><a class="header" href="#chapter-1">Chapter 1</a></h1>
<pre><pre class="playground"><code class="language-rust editable">fn f() {
println!("hello");
}</code></pre></pre>
<pre><pre class="playground"><code class="language-rust"><span class="boring">#![allow(unused)]
</span><span class="boring">fn main() {
</span>// Not editable.
<span class="boring">}</span></code></pre></pre>