diff options
Diffstat (limited to 'README.html')
-rw-r--r-- | README.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/README.html b/README.html index ae00bd7..5ffb556 100644 --- a/README.html +++ b/README.html @@ -19,13 +19,14 @@ 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. +Em is implemented in portable awk, with an rc script to bind it together. +The rc script can (more or less) trivially be translated to POSIX shell, +but the work has not been done yet. </p> <h2>Syntax</h2> <h3>Block-level formatting</h3> <p> -<i>A single empty line</i> always marks a block break. There is +<b>A single empty line</b> always marks a block break. There is no exception to this rule. The line is removed in the final output. </p> <p> |