doc: Fix formatting in code blocks
This commit is contained in:
parent
fc2038e128
commit
e588c24168
10 changed files with 67 additions and 81 deletions
|
|
@ -196,10 +196,10 @@
|
|||
<description>
|
||||
Return true if the array contains given value.
|
||||
[codeblock]
|
||||
[ "inside", 7 ].has("inside") == true
|
||||
[ "inside", 7 ].has("outside") == false
|
||||
[ "inside", 7 ].has(7) == true
|
||||
[ "inside", 7 ].has("7") == false
|
||||
["inside", 7].has("inside") == true
|
||||
["inside", 7].has("outside") == false
|
||||
["inside", 7].has(7) == true
|
||||
["inside", 7].has("7") == false
|
||||
[/codeblock]
|
||||
</description>
|
||||
</method>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue