Commit 9954ca4f authored by Kenton Varda's avatar Kenton Varda

Apparently neither Morkdown nor Doctoc generates anchor tags consistently with…

Apparently neither Morkdown nor Doctoc generates anchor tags consistently with Github itself; each fails in its own special ways.
parent 6985a47a
......@@ -9,7 +9,7 @@ KJ style is used by KJ (obviously), [Cap'n Proto](https://capnproto.org), [Sands
- [Rule #1: There are no rules](#rule-1-there-are-no-rules)
- [Design Philosophy](#design-philosophy)
- [Value Types vs. Resource Types](#value-types-vs-resource-types)
- [RAII (Resource Acquisition Is Initialization)](#raii-resource-acquisition-is-initialization-)
- [RAII (Resource Acquisition Is Initialization)](#raii-resource-acquisition-is-initialization)
- [Ownership](#ownership)
- [No Singletons](#no-singletons)
- [Exceptions](#exceptions)
......@@ -26,7 +26,7 @@ KJ style is used by KJ (obviously), [Cap'n Proto](https://capnproto.org), [Sands
- [Exceptions Usage](#exceptions-usage)
- [Template Metaprogramming](#template-metaprogramming)
- [Global Constructors](#global-constructors)
- [`dynamic_cast`](#-dynamic_cast-)
- [`dynamic_cast`](#dynamic_cast)
- [Use of Standard libraries](#use-of-standard-libraries)
- [Compiler warnings](#compiler-warnings)
- [Tools](#tools)
......
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