Skip to content

Commit 84a343c

Browse files
committed
docs: add shortcut to docs
1 parent 0c14c37 commit 84a343c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/src/usage.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,11 @@ And it will not be rendered by this preprocessor:
9393
console.log("Hello, world!");
9494
```
9595

96-
## Extensions
96+
## Shortcuts
97+
98+
You can use **CTRL** + **R** to run the codeblock. This is useful when you want to run the codeblock without clicking the run button.
99+
100+
## Language Extensions
97101

98102
This preprocessor only recongnizes specific extensions for sepecific language. For example, you can only use **python** or **py** codeblock for python code.
99103

0 commit comments

Comments
 (0)