showdownjs / showdown

A bidirectional Markdown to HTML to Markdown converter written in Javascript
http://www.showdownjs.com/
MIT License
14.26k stars 1.56k forks source link

feature(ellipsis): Add option to disable ellipsis #731

Closed VladimirV99 closed 2 years ago

VladimirV99 commented 5 years ago

Add ability to disable ellipsis parser. This is useful for some use cases. See #634. By default the parser is active to keep backwards compatibility.

SyntaxRules commented 2 years ago

@VladimirV99 Thank you for including a test in your PR!