aboutsummaryrefslogtreecommitdiff
path: root/README.html
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2021-01-30 00:26:19 +0000
committerJohn Ankarström <john@ankarstrom.se>2021-01-30 00:26:19 +0000
commita6a64da7077c220e55649ce66e319d16705b25da (patch)
tree759630103d1780a1e8fa46e2393eb1ddd1073b81 /README.html
parentf95c54ca7087c8aba410c6c6bd95a2cde96c181a (diff)
downloadem-a6a64da7077c220e55649ce66e319d16705b25da.tar.gz
Update README
Diffstat (limited to 'README.html')
-rw-r--r--README.html5
1 files changed, 5 insertions, 0 deletions
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.