From c6b1341fab071ab9d9419dace857b826ddf2acf1 Mon Sep 17 00:00:00 2001 From: Charlie Stanton Date: Wed, 26 Apr 2023 11:06:12 +0100 Subject: Fix formatting in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f3e7f61..032a71d 100644 --- a/README.md +++ b/README.md @@ -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 | -- cgit v1.2.3