Update documentation regarding code blocks
This commit is contained in:
parent
eb7884baf3
commit
7f1782d525
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue