aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2021-01-30 00:22:46 +0000
committerJohn Ankarström <john@ankarstrom.se>2021-01-30 00:22:46 +0000
commitf95c54ca7087c8aba410c6c6bd95a2cde96c181a (patch)
treebf5adbb328387ba3dffa62427bce85fc6f3ca187
parent113e584e4a7d1ccb3f3c9a822a36e883251cfe0a (diff)
downloadem-f95c54ca7087c8aba410c6c6bd95a2cde96c181a.tar.gz
Update README
-rw-r--r--README7
-rw-r--r--README.html7
2 files changed, 8 insertions, 6 deletions
diff --git a/README b/README
index e28e40a..b67ab21 100644
--- a/README
+++ b/README
@@ -14,14 +14,15 @@ are supported (see *Lists* and *Inline formatting*).
== Implementation ==
-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.
== Syntax ==
=== Block-level formatting ===
-*A single empty line* always marks a block break. There is
+_A single empty line_ always marks a block break. There is
no exception to this rule. The line is removed in the final output.
All blocks support inline formatting, except headings,
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>