Merge pull request #139 from bh-lay/patch-1

Fixed a  bug  word !
This commit is contained in:
Estevão Soares dos Santos 2015-04-22 14:26:20 +01:00
commit b63f602fff

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?