We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 75c9dc8 + a1e1c38 commit b013669Copy full SHA for b013669
main.mk
@@ -93,7 +93,7 @@ endif
93
else h="$${h:0:3}"; fi; \
94
if [ "$$h" = '---' ]; then \
95
$(echo) '$(subst ','"'"',cat $< $(MD_PRE) | $(kramdown-rfc) --v3 $(MD_POST) >$@)'; \
96
- cat $< $(MD_PRE) | $(trace) $@ -s kramdowm-rfc $(kramdown-rfc) --v3 $(MD_POST) >$@; \
+ cat $< $(MD_PRE) | $(trace) $@ -s kramdown-rfc $(kramdown-rfc) --v3 $(MD_POST) >$@; \
97
elif [ "$$h" = '%%%' ]; then \
98
$(echo) '$(subst ','"'"',cat $< $(MD_PRE) | $(mmark) $(MD_POST) >$@)'; \
99
cat $< $(MD_PRE) | $(trace) $@ -s mmark $(mmark) $(MD_POST) >$@; \
0 commit comments