Update documentation regarding code blocks

This commit is contained in:
Max Schillinger 2024-11-04 21:50:51 +01:00 committed by Enno T. Boland
parent eb7884baf3
commit 7f1782d525

View file

@ -157,11 +157,11 @@ Result:
</blockquote> </blockquote>
You can define block code with a leading Tab or with __3__ leading spaces You can define block code with a leading Tab or with __4__ leading spaces
this.is(code) this.is(code)
this.is(code, too) this.is(code, too)
Result: Result:
<pre><code>this.is(code)</code></pre> <pre><code>this.is(code)</code></pre>