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:
-- It is more readable.
-
- It is simpler to parse.
-
- There is not more than one way to do it: for any given HTML, there is
+
- It is more readable.
+
- It is simpler to parse.
+
- 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:
-- At word borders
-
- At the beginning of a word after an opening parenthesis
-
- At the end of a word before any of .,:;?!)
-
- At the end of a word before a closing parenthesis followed by any of .,:;?!
+
- At word borders
+
- At the beginning of a word after an opening parenthesis
+
- At the end of a word before any of .,:;?!)
+
- At the end of a word before a closing parenthesis followed by any of .,:;?!
@@ -252,10 +252,10 @@ This is another paragraph.
References
-- #hyperlinks
-
- ../tree/emparse
-
- ../tree/README
-
- ../tree/test.em
-
- #reference-lists
+
- #hyperlinks
+
- ../tree/emparse
+
- ../tree/README
+
- ../tree/test.em
+
- #reference-lists
--
cgit v1.2.3