aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README5
-rw-r--r--README.html5
2 files changed, 10 insertions, 0 deletions
diff --git a/README b/README
index b67ab21..357966b 100644
--- a/README
+++ b/README
@@ -12,6 +12,11 @@ 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*).
+For examples, see the source code for this text [a] or the test file [b].
+
+ [a] ../tree/README
+ [b] ../tree/test.em
+
== Implementation ==
Em is implemented in portable awk, with an rc script to bind it together.
diff --git a/README.html b/README.html
index 5ffb556..a01a1a8 100644
--- a/README.html
+++ b/README.html
@@ -17,6 +17,11 @@ 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>
+<p>
+For examples, see the source code for this text (<a href="../tree/README">link</a>) or the test file (<a href="../tree/test.em">link</a>).
+</p>
+<ol class="reflist" style="font-size: small;">
+</ol>
<h2>Implementation</h2>
<p>
Em is implemented in portable awk, with an rc script to bind it together.