Add mention of CommonMark to project description (fixes #15).

This commit is contained in:
David Anson 2016-03-11 21:36:39 -08:00
parent 955ae5f390
commit 624ae4952b
5 changed files with 6 additions and 7 deletions

View file

@ -4,7 +4,7 @@
<meta charset="utf-8"/>
<link href="default.css" rel="stylesheet" type="text/css"/>
<link rel="shortcut icon" href="favicon.ico"/>
<meta name="description" content="Demo for markdownlint, a Node.js style checker and lint tool for Markdown files."/>
<meta name="description" content="Demo for markdownlint, a Node.js style checker and lint tool for Markdown/CommonMark files."/>
<title>markdownlint demo</title>
<base target="_blank"/>
</head>