aboutsummaryrefslogtreecommitdiff
path: root/README
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 /README
parent1eaa4590ceee74ca82162cfbcd7f417d35dacd35 (diff)
downloadem-8ee58ef236089524d08f9f71c713bd3450854ffd.tar.gz
Update README
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 5 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.