Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/miloyip/rapidjson.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorthebusytypist <ounanding@gmail.com>2014-07-19 09:20:30 +0400
committerthebusytypist <ounanding@gmail.com>2014-07-19 09:20:30 +0400
commit1ed4a5ed84d372db167d58275942610f4861e58f (patch)
tree1d020bfdb06fc4bfb57178d732226fcb9c3a214f /doc
parentfab097f2f2fe1f7240ebad7ea806ab78969e9069 (diff)
Use html for scaled image.
Diffstat (limited to 'doc')
-rw-r--r--doc/internals.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/internals.md b/doc/internals.md
index 81c8eb2d..767575a1 100644
--- a/doc/internals.md
+++ b/doc/internals.md
@@ -121,7 +121,7 @@ This also makes the estimation of stack size more easier.
The final states diagram is shown below:
-![States Diagram](diagram/iterative-parser-states-diagram.png =400x)
+<img src="diagram/iterative-parser-states-diagram.png" alt="States Diagram" style="width: 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.