diff options
Diffstat (limited to 'README.html')
-rw-r--r-- | README.html | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/README.html b/README.html index 4b5b3c0..9395bf4 100644 --- a/README.html +++ b/README.html @@ -29,6 +29,12 @@ The rc script can (more or less) trivially be translated to POSIX shell, but the work has not been done yet. </p> <h2>Syntax</h2> +<p> +Em's complete and exact syntax is defined by its implementation (<a href="../tree/aux/emparse">link</a>), +but this section contains a general description. +</p> +<ol class="reflist" style="font-size: small;"> +</ol> <h3>Block-level formatting</h3> <p> <b>A single empty line</b> always marks a block break. There is @@ -135,16 +141,16 @@ This is another paragraph. the underscore and the backtick, respectively: </p> <pre> -Example of *italic* text. +Example of *italic text*. </pre> <p> The marks are only valid in certain positions: </p> <ol> <li value="1">At word borders -</li><li value="2">After an opening parenthesis -</li><li value="3">Before any of <tt>.,:;?!)</tt> -</li><li value="4">Before a closing parenthesis any of <tt>.,:;?!</tt> +</li><li value="2">At the beginning of a word after an opening parenthesis +</li><li value="3">At the end of a word before any of <tt>.,:;?!)</tt> +</li><li value="4">At the end of a word before a closing parenthesis followed by any of <tt>.,:;?!</tt> </li> </ol> <p> |