diff options
Diffstat (limited to 'README.html')
-rw-r--r-- | README.html | 5 |
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. |