Skip to content

Commit ccd0bad

Browse files
authored
fix markdown
1 parent cdaa27b commit ccd0bad

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

solutions/rakudo/Configurable-REPL.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ Each which supports the following interpolations:
2626

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

29-
`RAKUDO_REPL_PROMPT='[\e[0;31m\i\e[0m] >'
29+
```
30+
RAKUDO_REPL_PROMPT='[\e[0;31m\i\e[0m] >
31+
```
3032

3133
Would generate a prompt similar to the default except the index would appear in red.
3234

0 commit comments

Comments
 (0)