diff --git a/src/documents/abbreviations/syntax/index.html.md b/src/documents/abbreviations/syntax/index.html.md index ae410ac..0abf230 100644 --- a/src/documents/abbreviations/syntax/index.html.md +++ b/src/documents/abbreviations/syntax/index.html.md @@ -270,7 +270,7 @@ In second example the `` element is placed _inside_ `` element. And that

Click here to continue

-In this example, to write `Click here to continue` inside `

` element we have explicitly move down the tree with `>` operator after `p`, but in case of `a` element we don’t have to, since we need `` element with `here` word only, without changing parent context. +In this example, to write `Click here to continue` inside `

` element we have explicitly moved down the tree with `>` operator after `p`, but in case of `a` element we don’t have to, since we need `` element with `here` word only, without changing parent context. For comparison, here’s the same abbreviation written without child `>` operator: @@ -317,4 +317,4 @@ run: emmet.expand_abbreviation This is why Emmet needs some indicators (like spaces) where it should stop parsing to not expand anything that you don’t need. If you’re still thinking that such formatting is required for complex abbreviations to make them more readable: * Abbreviations are not a template language, they don’t have to be “readable”, they have to be “quickly expandable and removable”. -* You don’t really need to write complex abbreviations. Stop thinking that “typing” is the slowest process in web-development. You’ll quickly find out that constructing a single complex abbreviation is much slower and error-prone than constructing and typing a few short ones. \ No newline at end of file +* You don’t really need to write complex abbreviations. Stop thinking that “typing” is the slowest process in web-development. You’ll quickly find out that constructing a single complex abbreviation is much slower and error-prone than constructing and typing a few short ones.