Skip to content

Commit

Permalink
Typo in code sample (#31) [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
doggy8088 authored and mysticmind committed Mar 26, 2019
1 parent 9374a71 commit 682496b
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 @@ var config = new ReverseMarkdown.Config
{
UnknownTags = Config.UnknownTagsOption.PassThrough, // Include the unknown tag completely in the result (default as well)
GithubFlavored = true, // generate GitHub flavoured markdown, supported for BR, PRE and table tags
removeComments: true, // will ignore all comments
RemoveComments = true, // will ignore all comments
SmartHrefHandling = true // remove markdown output for links where appropriate
};

Expand Down

0 comments on commit 682496b

Please sign in to comment.