diff options
author | Ry Dahl <ry@tinyclouds.org> | 2019-10-24 17:58:57 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-24 17:58:57 -0400 |
commit | be8777de194a74c920ac3350b8c1f49888799c04 (patch) | |
tree | 82b8e1c854288e61515c9ded2d7821b41993645e | |
parent | 492b87d4607577ecad55ae7b1091b440c95880c8 (diff) |
Change magic table-of-contents thing (#3197)
We changed our markdown parser from showdown to remark for better react
integration, and it necessitated this change.
-rw-r--r-- | std/manual.md | 2 | ||||
-rw-r--r-- | std/style_guide.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/std/manual.md b/std/manual.md index 045aaab34..ef6965e37 100644 --- a/std/manual.md +++ b/std/manual.md @@ -1,6 +1,6 @@ # Deno Manual -[toc] +## Table of Contents ## Project Status / Disclaimer diff --git a/std/style_guide.md b/std/style_guide.md index e701ac0b3..5ad5432e3 100644 --- a/std/style_guide.md +++ b/std/style_guide.md @@ -1,6 +1,6 @@ # Deno Style Guide -[toc] +## Table of Contents ## Use TypeScript |