Fix TOC links in basics documentation

The "++" in "C++" gets stripped from the generated anchors, so the links in the table of contents didn't work.
This commit is contained in:
Ben McMorran 2020-07-13 14:00:40 -07:00 committed by Daniel Lemire
parent 039d82ff1b
commit c50799ba3b
1 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,8 @@ An overview of what you need to know to use simdjson, with examples.
* [Using simdjson as a CMake dependency](#using-simdjson-as-a-cmake-dependency)
* [The Basics: Loading and Parsing JSON Documents](#the-basics-loading-and-parsing-json-documents)
* [Using the Parsed JSON](#using-the-parsed-json)
* [C++11 Support and string_view](#c++11-support-and-string_view)
* [C++17 Support](#c++17-support)
* [C++11 Support and string_view](#c11-support-and-string_view)
* [C++17 Support](#c17-support)
* [Minifying JSON strings without parsing](#minifying-json-strings-without-parsing)
* [UTF-8 validation (alone)](#utf-8-validation-alone)
* [JSON Pointer](#json-pointer)