[editorial] Ensure all ToCs are generated using markdown-toc (#2146)

This commit is contained in:
Patrice Chalin 2021-11-24 09:57:38 -05:00 committed by GitHub
parent 99fcd04b06
commit 6cafcceade
1 changed files with 0 additions and 1 deletions

View File

@ -40,7 +40,6 @@ $(MARKDOWN_TOC):
# The recommended way to prepate a .md file for markdown-toc is # The recommended way to prepate a .md file for markdown-toc is
# to add these comments: # to add these comments:
# #
# <!-- Re-generate TOC with `make markdown-toc` -->
# <!-- toc --> # <!-- toc -->
# <!-- tocstop --> # <!-- tocstop -->
.PHONY: markdown-toc .PHONY: markdown-toc