You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/usage.md
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -93,7 +93,11 @@ And it will not be rendered by this preprocessor:
93
93
console.log("Hello, world!");
94
94
```
95
95
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
97
101
98
102
This preprocessor only recongnizes specific extensions for sepecific language. For example, you can only use **python** or **py** codeblock for python code.
0 commit comments