Skip to content

Commit 182d089

Browse files
committedMay 10, 2022
Add <span> section to README.md
1 parent b335d88 commit 182d089

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
 

‎README.md

+10
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,14 @@ $(
5757
).css("background-color", "#e3423511")
5858
.css("color", "#ee61")
5959
.appendTo("body");
60+
61+
62+
$(
63+
"<span>",
64+
(json){ text: "Without \\n" }
65+
).css("background-color", "#fff")
66+
.css("color", "#000")
67+
.appendTo("body");
68+
69+
puts();
6070
```

0 commit comments

Comments
 (0)
Please sign in to comment.