We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 534abb2 + eee223e commit e219066Copy full SHA for e219066
tools/make/lib/markdown/namespace_toc.mk
@@ -34,7 +34,7 @@ REMARK_TOC_IGNORE ?= $(ROOT_DIR)/.remarkignore
34
# Define the path to the local remark plugins directory:
35
REMARK_LOCAL_PLUGINS_DIR ?= $(TOOLS_PKGS_DIR)/remark/plugins
36
37
-# Define the path to a plugin which processes Markdown equation comments:
+# Define the path to a plugin which processes Markdown table of contents comments:
38
REMARK_TOC_PLUGIN ?= $(REMARK_LOCAL_PLUGINS_DIR)/remark-namespace-toc
39
REMARK_TOC_PLUGIN_SETTINGS ?=
40
REMARK_TOC_PLUGIN_FLAGS ?= --use $(REMARK_TOC_PLUGIN)=$(REMARK_TOC_PLUGIN_SETTINGS)
0 commit comments