diff options
author | John Ankarström <john@ankarstrom.se> | 2021-01-30 00:26:19 +0000 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2021-01-30 00:26:19 +0000 |
commit | a6a64da7077c220e55649ce66e319d16705b25da (patch) | |
tree | 759630103d1780a1e8fa46e2393eb1ddd1073b81 | |
parent | f95c54ca7087c8aba410c6c6bd95a2cde96c181a (diff) | |
download | em-a6a64da7077c220e55649ce66e319d16705b25da.tar.gz |
Update README
-rw-r--r-- | README | 5 | ||||
-rw-r--r-- | README.html | 5 |
2 files changed, 10 insertions, 0 deletions
@@ -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. |