diff --git a/README.md b/README.md index 7da4b2b..421b285 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ var converter = new ReverseMarkdown.Converter(config); * `DefaultCodeBlockLanguage` - Option to set the default code block language for Github style markdown if class based language markers are not available * `GithubFlavored` - Github style markdown for br, pre and table. Default is false -* `SuppressNewlines` - Removes prefixed newlines from `div` tags. Default is false +* `SuppressDivNewlines` - Removes prefixed newlines from `div` tags. Default is false * `ListBulletChar` - Allows to change the bullet character. Default value is `-`. Some systems expect the bullet character to be `*` rather than `-`, this config allows to change it. * `RemoveComments` - Remove comment tags with text. Default is false * `SmartHrefHandling` - how to handle `` tag href attribute diff --git a/README.source.md b/README.source.md index aba9b70..d986365 100644 --- a/README.source.md +++ b/README.source.md @@ -59,7 +59,7 @@ var converter = new ReverseMarkdown.Converter(config); * `DefaultCodeBlockLanguage` - Option to set the default code block language for Github style markdown if class based language markers are not available * `GithubFlavored` - Github style markdown for br, pre and table. Default is false -* `SuppressNewlines` - Removes prefixed newlines from `div` tags. Default is false +* `SuppressDivNewlines` - Removes prefixed newlines from `div` tags. Default is false * `ListBulletChar` - Allows you to change the bullet character. Default value is `-`. Some systems expect the bullet character to be `*` rather than `-`, this config allows you to change it. * `RemoveComments` - Remove comment tags with text. Default is false * `SmartHrefHandling` - How to handle `` tag href attribute