Fix Quick Example

This commit is contained in:
Adam Beck 2015-03-31 23:04:26 -04:00
parent eca8386dbb
commit 82b5222f1b

View File

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