aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2021-01-30 00:02:17 +0000
committerJohn Ankarström <john@ankarstrom.se>2021-01-30 00:02:17 +0000
commit8ee58ef236089524d08f9f71c713bd3450854ffd (patch)
treeb011acbcd75374d4cd931f37371919de764c9b34
parent1eaa4590ceee74ca82162cfbcd7f417d35dacd35 (diff)
downloadem-8ee58ef236089524d08f9f71c713bd3450854ffd.tar.gz
Update README
-rw-r--r--README5
-rw-r--r--README.html4
2 files changed, 9 insertions, 0 deletions
diff --git a/README b/README
index 950d98a..e28e40a 100644
--- a/README
+++ b/README
@@ -8,6 +8,11 @@ It is similar to Markdown, but it has a few key advantages:
Em takes plain-text readability seriously. You should be able to
write em in a plain-text e-mail message without the recipient noticing.
+On the other hand, that means that it is limited in terms of what HTML
+it can produce. Most noticeably, only a very limited form of inline links
+are supported (see *Lists* and *Inline formatting*).
+
+== Implementation ==
Em is implemented as a portable awk script, whose simplicity speaks
for the benefits of em.
diff --git a/README.html b/README.html
index 6da061c..ae00bd7 100644
--- a/README.html
+++ b/README.html
@@ -13,7 +13,11 @@ It is similar to Markdown, but it has a few key advantages:
<p>
Em takes plain-text readability seriously. You should be able to
write em in a plain-text e-mail message without the recipient noticing.
+On the other hand, that means that it is limited in terms of what HTML
+it can produce. Most noticeably, only a very limited form of inline links
+are supported (see <i>Lists</i> and <i>Inline formatting</i>).
</p>
+<h2>Implementation</h2>
<p>
Em is implemented as a portable awk script, whose simplicity speaks
for the benefits of em.