diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-08-27 11:27:42 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-08-27 11:27:42 -0400 |
| commit | fe47e437aa33002f6fdc46245eb3ec3019edf882 (patch) | |
| tree | 5685f6987b7e00ed0a3883637a6539c2b403da16 | |
| parent | 2fc48cf2482812275521ec526b1187a81e518391 (diff) | |
Separate online REPL notes into more bullet points
| -rw-r--r-- | docs/try.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/try.html b/docs/try.html index e638496e..65b462f4 100644 --- a/docs/try.html +++ b/docs/try.html @@ -30,8 +30,10 @@ <p> Notes: <ul> - <li>You can type special characters with a back<em>slash</em> prefix (customize at the right), as shown by hovering over the character bar above. Documentation links for primitives are <a href="doc/primitive.html#functions">here</a>.</li> - <li>Any modifier with enter will execute, not just shift. The code window is vertically resizeable.</li> + <li>Documentation links for primitives are <a href="doc/primitive.html#functions">here</a>.</li> + <li>You can type special characters with a back<em>slash</em> prefix, as shown by hovering over the character bar above. Customize the prefix with the input at the right.</li> + <li>Any modifier with enter will execute, not just shift.</li> + <li>The code window is vertically resizeable.</li> </ul> </p> |
