showdownjs / showdown

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

Document RegEx with links to online service #558

Open rugk opened 6 years ago

rugk commented 6 years ago

E.g. as for the RegExes here:

https://github.com/showdownjs/showdown/blob/3db9200d2c293d3977948558b2a4aace3e86d6ac/src/subParsers/makehtml/autoLinks.js#L3-L7

For the URL examples I have this here: https://regex101.com/r/8nasII/2

It has some unit tests from https://mathiasbynens.be/demo/url-regex.

tivie commented 6 years ago

thanks. You should issue a PR for develop branch.

rugk commented 6 years ago

Well… one needs to add regex and some useful examples for all other links there, too. My one was just one example.