diff options
-rw-r--r-- | README | 7 | ||||
-rw-r--r-- | README.html | 11 |
2 files changed, 13 insertions, 5 deletions
@@ -21,8 +21,11 @@ Em is implemented in portable awk, with an rc script to bind it together. It is written on and for Plan 9 primarily, but the rc code can (more or less) trivially be translated to POSIX shell; the work just hasn't been done yet. -Em also includes the rc script *htwrap*, which can be used to create a -standalone HTML document from em output. +Em includes two additional rc scripts: + + htwrap: Creates a standalone HTML document from em output. + htindex: Adds appropriate ids to HTML headings and prints an index +of them on standard output. Supports Latin-1. --- diff --git a/README.html b/README.html index cd64a87..d23957d 100644 --- a/README.html +++ b/README.html @@ -29,9 +29,14 @@ It is written on and for Plan 9 primarily, but the rc code can (more or less) trivially be translated to POSIX shell; the work just hasn't been done yet. </p> <p> -Em also includes the rc script <i>htwrap</i>, which can be used to create a -standalone HTML document from em output. -</p> +Em includes two additional rc scripts: +</p> +<dl> +<dt>htwrap</dt><dd>Creates a standalone HTML document from em output. +</dd><dt>htindex</dt><dd>Adds appropriate ids to HTML headings and prints an index +of them on standard output. Supports Latin-1. +</dd> +</dl> <hr/> <h2>Inline formatting</h2> <hr/> |