Skip to content

Commit 1977a86

Browse files
Switch for an HTML block to avoid weird highlighted ampersand
1 parent 35fa3f2 commit 1977a86

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
TinyXML-2 is a simple, small, efficient, C++ XML parser that can be
66
easily integrated into other programs.
77

8-
The master is hosted on github:
8+
The master is hosted on GitHub:
99
https://github.com/leethomason/tinyxml2
1010

1111
The online HTML version of these docs:
@@ -64,7 +64,7 @@ rich test cases. But the implementation of the parser is completely re-written
6464
to make it more appropriate for use in a game. It uses less memory, is faster,
6565
and uses far fewer memory allocations.
6666

67-
TinyXML-2 has no dependency on the C++ Standard Library, and does not adapt any
67+
TinyXML-2 has no dependency on the C++ Standard Library, and does not adapt or use any
6868
of its collection types either.
6969

7070
## Features
@@ -166,7 +166,7 @@ line number information for error messages.
166166
TinyXML-2 recognizes the pre-defined "character entities", meaning special
167167
characters. Namely:
168168

169-
```xml
169+
```html
170170
& &
171171
&lt; <
172172
&gt; >
@@ -306,7 +306,7 @@ The TinyXML-2 port in vcpkg is kept up to date by Microsoft team members and com
306306

307307
## Versioning
308308

309-
TinyXML-2 uses semantic versioning. http://semver.org/ Releases are now tagged in github.
309+
TinyXML-2 uses semantic versioning. http://semver.org/ Releases are now tagged in GitHub.
310310

311311
Note that the major version will (probably) change fairly rapidly. API changes are fairly
312312
common.

0 commit comments

Comments
 (0)