Skip to content

Commit

Permalink
Change magic table-of-contents thing (denoland/deno#3197)
Browse files Browse the repository at this point in the history
We changed our markdown parser from showdown to remark for better react
integration, and it necessitated this change.
  • Loading branch information
ry authored and caspervonb committed Jan 31, 2021
1 parent f6de43f commit c05bce1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manual.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Deno Manual

[toc]
## Table of Contents

## Project Status / Disclaimer

Expand Down
2 changes: 1 addition & 1 deletion style_guide.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Deno Style Guide

[toc]
## Table of Contents

## Use TypeScript

Expand Down

0 comments on commit c05bce1

Please sign in to comment.