showdownjs / showdown

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

Option to use HTTPS for links without protocol https://github.com/showdownjs/showdown/issues/806 #998

Open Faberle opened 5 months ago

Faberle commented 5 months ago

This PR adds the option httpsAutoLinks to use https when encountering links without a specified protocol, e.g. when using simplifiedAutoLink.

This fixes Issue https://github.com/showdownjs/showdown/issues/806

codeclimate[bot] commented 5 months ago

Code Climate has analyzed commit 452f2e4e and detected 0 issues on this pull request.

View more on Code Climate.