From be8777de194a74c920ac3350b8c1f49888799c04 Mon Sep 17 00:00:00 2001 From: Ry Dahl Date: Thu, 24 Oct 2019 17:58:57 -0400 Subject: [PATCH] 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. --- std/manual.md | 2 +- std/style_guide.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/std/manual.md b/std/manual.md index 045aaab345..ef6965e376 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 e701ac0b34..5ad5432e3e 100644 --- a/std/style_guide.md +++ b/std/style_guide.md @@ -1,6 +1,6 @@ # Deno Style Guide -[toc] +## Table of Contents ## Use TypeScript