Commit 9ff95ca2 authored by Milo Yip's avatar Milo Yip

Minor changes of doc

parent 3600c6b4
...@@ -226,7 +226,7 @@ When the source encoding of stream is the same as encoding of DOM, by default, t ...@@ -226,7 +226,7 @@ When the source encoding of stream is the same as encoding of DOM, by default, t
Some techniques about using DOM API is discussed here. Some techniques about using DOM API is discussed here.
### DOM as SAX Event Publisher ## DOM as SAX Event Publisher
In RapidJSON, stringifying a DOM with `Writer` may be look a little bit weired. In RapidJSON, stringifying a DOM with `Writer` may be look a little bit weired.
......
...@@ -251,7 +251,7 @@ div.fragment { ...@@ -251,7 +251,7 @@ div.fragment {
} }
/* external link icon */ /* external link icon */
div #contents a[href ^= "http"]:after { div.contents a[href ^= "http"]:after {
content: " " url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAVklEQVR4Xn3PgQkAMQhDUXfqTu7kTtkpd5RA8AInfArtQ2iRXFWT2QedAfttj2FsPIOE1eCOlEuoWWjgzYaB/IkeGOrxXhqB+uA9Bfcm0lAZuh+YIeAD+cAqSz4kCMUAAAAASUVORK5CYII=); content: " " url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAVklEQVR4Xn3PgQkAMQhDUXfqTu7kTtkpd5RA8AInfArtQ2iRXFWT2QedAfttj2FsPIOE1eCOlEuoWWjgzYaB/IkeGOrxXhqB+uA9Bfcm0lAZuh+YIeAD+cAqSz4kCMUAAAAASUVORK5CYII=);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment