Skip to content

Commit 2da9828

Browse files
authored
add triple backtick support to ?eval
1 parent c1d0c3e commit 2da9828

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,10 @@ fn app() -> Result<()> {
127127
"?eval mode={} edition={} channel={} ```\ncode```",
128128
playground::eval,
129129
);
130+
cmds.add(
131+
"?eval mode={} edition={} channel={} ```code```",
132+
playground::eval,
133+
);
130134
cmds.add(
131135
"?eval mode={} edition={} channel={} `code`",
132136
playground::eval,

0 commit comments

Comments
 (0)