File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ class HelloWorld {
2828}
2929```
3030
31- ```` markdown
31+ ```` md
3232```java HellowWorld.java
3333class HelloWorld {
3434 public static void main(String[] args) {
@@ -359,7 +359,7 @@ if __name__ == "__main__":
359359````
360360
361361## Wrap
362- Enable text wrapping for long lines using ` wrap ` .
362+ Enable text wrapping for long lines using ` wrap ` . This prevents horizontal scrolling and makes long lines easier to read.
363363
364364``` javascript Wrap Example wrap
365365const greeting = " Hello, World! I am a long line of text that will wrap to the next line." ;
@@ -369,7 +369,7 @@ function sayHello() {
369369sayHello ();
370370```
371371
372- ```` markdown
372+ ```` md
373373```javascript Wrap Example wrap
374374const greeting = "Hello, World! I am a long line of text that will wrap to the next line.";
375375function sayHello() {
You can’t perform that action at this time.
0 commit comments