emmet
emmet copied to clipboard
Suggestion: wrap URL with "a" with https or additional caret stop
When wrapping a Domain/URL with an "a" tag, Emmet will automatically add the "http://" protocol within the href tag:
www.github.com ==> <a href="http://www.github.com">www.github.com</a>
Since many (most?) websites a SSL encrypted nowadays, I have two ideas to address this problem: Either this should be changed from "http" to "https". Or an additional caret stop should be added between "http" and "://".
Yes, will change it in next release
Hi @sergeche, I have raised a PR #751 to address this issue
@sergeche we need to merge #750 first for the test cases to not fail.