Skip to content

Commit b013669

Browse files
Merge pull request #464 from cabo/kramdowm
typo
2 parents 75c9dc8 + a1e1c38 commit b013669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ endif
9393
else h="$${h:0:3}"; fi; \
9494
if [ "$$h" = '---' ]; then \
9595
$(echo) '$(subst ','"'"',cat $< $(MD_PRE) | $(kramdown-rfc) --v3 $(MD_POST) >$@)'; \
96-
cat $< $(MD_PRE) | $(trace) $@ -s kramdowm-rfc $(kramdown-rfc) --v3 $(MD_POST) >$@; \
96+
cat $< $(MD_PRE) | $(trace) $@ -s kramdown-rfc $(kramdown-rfc) --v3 $(MD_POST) >$@; \
9797
elif [ "$$h" = '%%%' ]; then \
9898
$(echo) '$(subst ','"'"',cat $< $(MD_PRE) | $(mmark) $(MD_POST) >$@)'; \
9999
cat $< $(MD_PRE) | $(trace) $@ -s mmark $(mmark) $(MD_POST) >$@; \

0 commit comments

Comments
 (0)