Skip to content

Commit

Permalink
Merge pull request #742 from wski/patch-1
Browse files Browse the repository at this point in the history
small typo
  • Loading branch information
joshbruce authored Dec 25, 2017
2 parents abdb4ce + 930555a commit 01718d8
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 @@ -167,7 +167,7 @@ renderer.heading = function (text, level) {
escapedText +
'"><span class="header-link"></span></a>' +
text + '</h' + level + '>';
},
};

console.log(marked('# heading+', { renderer: renderer }));
```
Expand Down

0 comments on commit 01718d8

Please sign in to comment.