| Index: sky/specs/markup.md
|
| diff --git a/sky/specs/markup.md b/sky/specs/markup.md
|
| index 88ff3d7d9bbc5393fe1aa133abe0aba0301ca5f7..934423b7188f050e33d55441fe6729907928bb03 100644
|
| --- a/sky/specs/markup.md
|
| +++ b/sky/specs/markup.md
|
| @@ -100,8 +100,10 @@ An element consists of the following:
|
| 2. Attribute name: A sequence of characters other than ```/```,
|
| ```=```, ```>```, U+0020, U+000A, U+000D (whitespace).
|
| 3. Optionally:
|
| - 1. ```=```
|
| - 2. Attribute value: Either:
|
| + 1. Zero or more U+0020, U+000A, U+000D (whitespace) characters.
|
| + 2. ```=```
|
| + 3. Zero or more U+0020, U+000A, U+000D (whitespace) characters.
|
| + 4. Attribute value: Either:
|
| - ```'``` followed by attribute text other than ```'```
|
| followed by a terminating ```'```.
|
| - ```"``` followed by attribute text other than ```'```
|
|
|