Index: sky/specs/markup.md |
diff --git a/sky/specs/markup.md b/sky/specs/markup.md |
index cccd2853879c03ab1a5be7cb429c8ea1ce932fed..180111e49155f5181c626d266aa6909354b6356d 100644 |
--- a/sky/specs/markup.md |
+++ b/sky/specs/markup.md |
@@ -204,11 +204,10 @@ Sky Markup: Global Attributes |
The following attributes are available on all elements: |
-id="" (any value) |
-class="" (any value, space-separated) |
-style="" (declaration part of a Sky style rule) |
-lang="" (language code) |
-dir="" (ltr or rtl only) |
- |
-contenteditable="" (subject to future developments) |
-tabindex="" (subject to future developments) |
+* ``id=""`` (any value) |
+* ``class=""`` (any value, space-separated) |
+* ``style=""`` (declaration part of a Sky style rule) |
+* ``lang=""`` (language code) |
+* ``dir=""`` (ltr or rtl only) |
+* ``contenteditable=""`` (subject to future developments) |
+* ``tabindex=""`` (subject to future developments) |