diff options
author | Jesús <heckyel@hyperbola.info> | 2020-01-10 12:04:22 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-01-10 12:04:22 -0500 |
commit | 1dea0d91135b74f2e06084ed8237c6731af64aa8 (patch) | |
tree | e42c2144bb375c2806c4b1571c3145acd79bceac | |
parent | 71ed24398fc74d5dc5d6945991ac23fbc23b23dc (diff) | |
download | emmet-mode-1dea0d91135b74f2e06084ed8237c6731af64aa8.tar.lz emmet-mode-1dea0d91135b74f2e06084ed8237c6731af64aa8.tar.xz emmet-mode-1dea0d91135b74f2e06084ed8237c6731af64aa8.zip |
security URL's
-rw-r--r-- | README.md | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -1,12 +1,12 @@ -__This is a fork of [zencoding-mode](https://github.com/rooney/zencoding) to support [Emmet](http://emmet.io/)'s feature set.__ +__This is a fork of [zencoding-mode](https://github.com/rooney/zencoding) to support [Emmet](https://emmet.io/)'s feature set.__ ## About zencoding-mode [zencoding-mode](https://github.com/rooney/zencoding) is a minor mode providing support for Zen Coding by producing HTML from CSS-like selectors. See [README](https://github.com/rooney/zencoding/blob/master/README.md) ## About Emmet -Zen Coding has been renamed to [Emmet](http://emmet.io/) and includes an expanded feature set. +Zen Coding has been renamed to [Emmet](https://emmet.io/) and includes an expanded feature set. ## Abbreviation Examples @@ -456,7 +456,7 @@ you'll transform your snippet into the appropriate tag structure. meta:vp <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"/> -* See HTML section of [cheat-sheet](http://docs.emmet.io/cheat-sheet/) to find more aliases. +* See HTML section of [cheat-sheet](https://docs.emmet.io/cheat-sheet/) to find more aliases. ## CSS abbreviations @@ -473,7 +473,7 @@ you'll transform your snippet into the appropriate tag structure. bg+ background: #fff url() 0 0 no-repeat; c color: #000; -* See CSS section of [cheat-sheet](http://docs.emmet.io/cheat-sheet/) to find more keywords. +* See CSS section of [cheat-sheet](https://docs.emmet.io/cheat-sheet/) to find more keywords. #### Values @@ -549,7 +549,7 @@ concatenate each property by '+'; c#3!+bdrs2! color: #333 !important; border-radius: 2px !important; -* If you want further information, see [Emmet's documentation](http://docs.emmet.io/css-abbreviations/). +* If you want further information, see [Emmet's documentation](https://docs.emmet.io/css-abbreviations/). ## Actions @@ -560,7 +560,7 @@ Traverse between important code points in HTML. - `<C-M-left>` is "Previous Edit Point" (`M-x emmet-prev-edit-point`) - `<C-M-right>` is "Next Edit Point" (`M-x emmet-next-edit-point`) -For further information and demo see [Emmet's documentation](http://docs.emmet.io/actions/go-to-edit-point/). +For further information and demo see [Emmet's documentation](https://docs.emmet.io/actions/go-to-edit-point/). ## Development Notes |