Ver código fonte

fix broken list

mitm 5 anos atrás
pai
commit
d2d3680fb2
1 arquivos alterados com 4 adições e 4 exclusões
  1. 4 4
      src/docs/asciidoc/wiki/emoji.adoc

+ 4 - 4
src/docs/asciidoc/wiki/emoji.adoc

@@ -25,12 +25,12 @@ When setting the icons name, you do not have to preface it with `fa-`, asciidoct
 The icon macro has three attributes you can set, they are size, rotate, and flip.
 
 * size +
-  ** The first positional attribute found, scales the icon; values are: `1x` (default), `2x`, `3x`, `4x`, `5x`, `lg`, `fw`
-  ** You can fix the width of the icon by use of the `fw` attribute. This helps when trying to align with other elements by giving the icon a fixed width.
+** The first positional attribute found, scales the icon; values are: `1x` (default), `2x`, `3x`, `4x`, `5x`, `lg`, `fw`
+** You can fix the width of the icon by use of the `fw` attribute. This helps when trying to align with other elements by giving the icon a fixed width.
 * rotate
-  ** Rotates the icon; values are: `90`, `180`, `270`
+** Rotates the icon; values are: `90`, `180`, `270`
 * flip
-  ** Flips the icon; values are: `horizontal`, `vertical`
+** Flips the icon; values are: `horizontal`, `vertical`
 
 The first unnamed attribute is assumed to be the size. For instance, to make the icon twice the size as the default, simply add 2x inside the square brackets.