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. --- README.html | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'README.html') diff --git a/README.html b/README.html index 3b19f94..34df622 100644 --- a/README.html +++ b/README.html @@ -3,9 +3,9 @@ maximally readable. It is similar to Markdown, but it has a few key advantages:

    -
  1. It is more readable. -
  2. It is simpler to parse. -
  3. There is not more than one way to do it: for any given HTML, there is +
  4. It is more readable. +
  5. It is simpler to parse. +
  6. There is not more than one way to do it: for any given HTML, there is never more than a single possible em representation.
@@ -52,10 +52,10 @@ Example of *italic text*, _bold text_ and `teletype text`. The marks are only valid in certain positions:

    -
  1. At word borders -
  2. At the beginning of a word after an opening parenthesis -
  3. At the end of a word before any of .,:;?!) -
  4. At the end of a word before a closing parenthesis followed by any of .,:;?! +
  5. At word borders +
  6. At the beginning of a word after an opening parenthesis +
  7. At the end of a word before any of .,:;?!) +
  8. At the end of a word before a closing parenthesis followed by any of .,:;?!

@@ -252,10 +252,10 @@ This is another paragraph.

References

    -
  1. #hyperlinks -
  2. ../tree/emparse -
  3. ../tree/README -
  4. ../tree/test.em -
  5. #reference-lists +
  6. #hyperlinks +
  7. ../tree/emparse +
  8. ../tree/README +
  9. ../tree/test.em +
  10. #reference-lists
-- cgit v1.2.3