Skip to content

Commit

Permalink
Add a "commonmark" target that uses the CommonMark specification to t…
Browse files Browse the repository at this point in the history
…est the

"conformance" of MMD to the CommonMark spec.
  • Loading branch information
michaelrsweet committed Jul 28, 2019
1 parent 6320651 commit 85077df
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,6 @@ $(OBJS): mmd.h Makefile

DOCUMENTATION.html: DOCUMENTATION.md testmmd
./testmmd DOCUMENTATION.md >DOCUMENTATION.html 2>/dev/null

commonmark: testmmd commonmark.md
./testmmd --spec commonmark.md --ext none -o commonmark.log

0 comments on commit 85077df

Please sign in to comment.