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: code.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -303,7 +303,7 @@ sayHello();
303
303
304
304
### Diff
305
305
306
-
Use `[!code ++]` and `[!code --]` to mark added and removed lines (add single line comments to the code). You can also mark multiple lines with a single comment, such as `[!code ++:3]` or `[!code --:5]`.
306
+
Add single line comments with `[!code ++]` and `[!code --]` to mark added and removed lines. You can also mark multiple lines with a single comment, such as `[!code ++:3]` or `[!code --:5]`.
0 commit comments