From 3ab42a5fb02a2652cae089bd3f936729fd49382d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Sun, 31 Jan 2021 17:53:13 +0000 Subject: Support [A-Za-z] in list item values HTML/CSS makes this a bit awkward; all the better if em can handle it for you. --- test.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'test.html') diff --git a/test.html b/test.html index 089f1a6..f3d2c40 100644 --- a/test.html +++ b/test.html @@ -29,26 +29,26 @@ unordered list item.
    -
  1. Here is an +
  2. Here is an ordered list item. -
  3. Here is another. +
  4. Here is another.
    -
  1. Here is a list +
  2. Here is a list
    1. -
    2. With another list inside it [1] +
    3. With another list inside it [1]
      • And yet another list
      • Inside that list
    -
  3. And now we're back at the first level [2] +
  4. And now we're back at the first level [b]
    -
  1. Reference list item -
  2. http://example.com/abc +
  3. Reference list item +
  4. http://example.com/abc
-- cgit v1.2.3