Use img attribute to specify height.
This commit is contained in:
parent
f728f57275
commit
1ec83fb703
@ -121,7 +121,7 @@ This also makes the estimation of stack size more easier.
|
||||
|
||||
The final states diagram is shown below:
|
||||
|
||||
<img src="diagram/iterative-parser-states-diagram.png" alt="States Diagram" style="height: 400px;"/>
|
||||
<img src="diagram/iterative-parser-states-diagram.png" alt="States Diagram" height="400px"/>
|
||||
|
||||
Second, the iterative parser also keeps track of array's value count and object's member count
|
||||
in its internal stack, which may be different from a conventional implementation.
|
||||
|
Loading…
x
Reference in New Issue
Block a user