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 "://".
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 "://".