You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#Runs JavaScript examples found in a specified list of Markdown files in sequential order.
64
76
#
65
-
# This target runs JavaScript examples from a specified list of Markdown files in sequential order.
66
-
77
+
# ## Notes
78
+
#
79
+
# - This rule is useful when wanting to run JavaScript examples found in a list of Markdown files generated by some other command (e.g., a list of changed Markdown files obtained via `git diff`).
80
+
#
81
+
#
82
+
# @param {string} FILES - list of Markdown file paths
83
+
#
84
+
# @example
85
+
# make markdown-examples-javascript-files FILES='/foo/README.md /bar/README.md'
0 commit comments