Skip to content

Commit 73bfd80

Browse files
authored
fix markdown
1 parent d574b3c commit 73bfd80

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

solutions/rakudo/Configurable-REPL.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ Each which supports the following interpolations:
1818
| `\a` | alert / bell character |
1919
| `\e` | escape character |
2020
| `\i` | index - the current iteration of the REPL, which can be referred to later as, e.g. `$*1` |
21-
| '\l' | `$*RAKU.version` |
22-
| '\L' | `$*RAKU..gist` |
21+
| `\l` | `$*RAKU.version` |
22+
| `\L` | `$*RAKU..gist` |
2323
| `\t` | time - see below for more options |
24-
| '\v' | `$*RAKU.compiler.version` |
25-
| '\V' | `$*RAKU.gistt` |
24+
| `\v` | `$*RAKU.compiler.version` |
25+
| `\V` | `$*RAKU.gistt` |
2626

2727
The escape character allows us to generate ANSI colors, e.g.
2828

0 commit comments

Comments
 (0)