瀏覽代碼

fix broken list

mitm 5 年之前
父節點
當前提交
d2d3680fb2
共有 1 個文件被更改,包括 4 次插入4 次删除
  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.
 The icon macro has three attributes you can set, they are size, rotate, and flip.
 
 
 * size +
 * 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
 * rotate
-  ** Rotates the icon; values are: `90`, `180`, `270`
+** Rotates the icon; values are: `90`, `180`, `270`
 * flip
 * 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.
 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.