diff options
Diffstat (limited to 'README.html')
-rw-r--r-- | README.html | 4 |
1 files changed, 4 insertions, 0 deletions
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. |