From a1d25bb90fefa7265c76a17d09cdf4a3d8ce98c7 Mon Sep 17 00:00:00 2001 From: Lxsthorne <40742267+Lxsthorne@users.noreply.github.com> Date: Sat, 24 Nov 2018 21:07:51 -0500 Subject: [PATCH] Changes (#22701) --- .../html/tutorials/how-to-use-lists/index.md | 21 +++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/guide/english/html/tutorials/how-to-use-lists/index.md b/guide/english/html/tutorials/how-to-use-lists/index.md index d5e3d367025..d34021a8e66 100644 --- a/guide/english/html/tutorials/how-to-use-lists/index.md +++ b/guide/english/html/tutorials/how-to-use-lists/index.md @@ -24,8 +24,25 @@ This list is created with `
    ` tag. Each list item is surrounded with `
  1. ` t
  2. Allow to stand for ten minutes
+An ordered list can also use Roman Numerals by including `type=I` or `type=i` in the `
    ` tag. + +##### Code +```html +
      +
    1. Mix ingredients
    2. +
    3. Bake in oven for an hour
    4. +
    5. Allow to stand for ten minutes
    6. +
    +``` +##### Example +
      +
    1. Mix ingredients
    2. +
    3. Bake in oven for an hour
    4. +
    5. Allow to stand for ten minutes
    6. +
    + ### Unordered Lists -An unordered list is used to group a set of related items, in no particular order. This list is created with `