diff options
-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 |