diff options
| author | Charlie Stanton <charlie@shtanton.xyz> | 2023-04-26 11:06:12 +0100 | 
|---|---|---|
| committer | Charlie Stanton <charlie@shtanton.xyz> | 2023-04-26 11:06:12 +0100 | 
| commit | c6b1341fab071ab9d9419dace857b826ddf2acf1 (patch) | |
| tree | 82885f291cfe3d704689a80d0a7173ef425e8f9a | |
| parent | 48017049f23d3f213fc6e1313f34526d0bba4489 (diff) | |
| download | stred-go-c6b1341fab071ab9d9419dace857b826ddf2acf1.tar | |
Fix formatting in README.md
| -rw-r--r-- | README.md | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -61,7 +61,7 @@ The simplest subexes are literals. These just copy directly from the input to th  | Syntax | Description |  | --- | --- |  | `.` | Copy across any single atom unchanged | -| `,` | Copy across any single JSON value (not `{`, `}`, `[` or `]` tokens) unchanged (will copy a whole string). Equivalent to `` `null`|?|%|# `` | +| `,` | Copy across any single JSON value (not `{`, `}`, `[` or `]` tokens) unchanged (will copy a whole string). Equivalent to `` `null`\|?\|%\|# `` |  | `?` | Copy across any single boolean atom |  | `%` | Copy across any single number |  | `_` | Copy across a single unicode codepoint inside a string | | 
