Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cbergen committed Jan 19, 2015
1 parent ef019a2 commit 8c18680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ bower install markdown-it-sup --save
var md = require('markdown-it')()
.use(require('markdown-it-sup'));

md.render('29^th') // => '<p>29<sup>th</sup></p>'
md.render('29^th^') // => '<p>29<sup>th</sup></p>'
```

_Differences in browser._ If you load script directly into the page, without
Expand Down

0 comments on commit 8c18680

Please sign in to comment.