Skip to content

Commit cf60920

Browse files
committed
Update comment
1 parent f6f3082 commit cf60920

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/make/lib/markdown/equations.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ REMARK_HTML_EQUATIONS_PLUGIN ?= $(REMARK_LOCAL_PLUGINS_DIR)/remark-html-equation
3636
REMARK_HTML_EQUATIONS_PLUGIN_SETTINGS ?=
3737
REMARK_HTML_EQUATIONS_PLUGIN_FLAGS ?= --use $(REMARK_HTML_EQUATIONS_PLUGIN)=$(REMARK_HTML_EQUATIONS_PLUGIN_SETTINGS)
3838

39-
# Define the path to a plugin which creates SVG equations from Markdown equation comments:
39+
# Define the path to a plugin which creates SVG equation files from Markdown equation comments:
4040
REMARK_SVG_EQUATIONS_PLUGIN ?= $(REMARK_LOCAL_PLUGINS_DIR)/remark-write-svg-equations
4141
REMARK_SVG_EQUATIONS_PLUGIN_SETTINGS ?= '"'dir'"':'"'$(EQUATION_RESOURCES_PATH)'"'
4242
REMARK_SVG_EQUATIONS_PLUGIN_FLAGS ?= --use $(REMARK_SVG_EQUATIONS_PLUGIN)=$(REMARK_SVG_EQUATIONS_PLUGIN_SETTINGS)

0 commit comments

Comments
 (0)