Fixed a bug word !

This commit is contained in:
剧中人 2015-03-12 20:42:26 +08:00
parent eca8386dbb
commit 998e0ea6e6

View File

@ -29,7 +29,7 @@ var converter = new Showdown.converter();
converter.makeHtml('#hello markdown!');
// <h1 id="hellomarkdown">hello, markdown</h1>
// <h1 id="hellomarkdown">hello markdown!</h1>
```
## What's it for?