[editorial] Ensure all ToCs are generated using markdown-toc (#2146)
This commit is contained in:
parent
99fcd04b06
commit
6cafcceade
1
Makefile
1
Makefile
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue