Skip to content

Commit 325e5c5

Browse files
committed
fix detail summary formatting
1 parent 0d11325 commit 325e5c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ o['key']; //=> "value"
5757
Sometimes you'll need to "drill" down into an object to get the value you want.
5858

5959
<details>
60-
<summary>**How would you get the value `"c"` from the list?** (Click Here)</summary>
60+
<summary>How would you get the value `"c"` from the list? (Click Here)</summary>
6161
<br>
6262
```js
6363
o.list[2]; //=> "c"
@@ -117,7 +117,7 @@ When we combine strings together, it's known as "concatenation". Here's an examp
117117
```
118118

119119
<details>
120-
<summary>**""What'll happen when you "quote" a quote?", he asked, helplessly"** (Click Here)</summary>
120+
<summary>""What'll happen when you "quote" a quote?", he asked, helplessly" (Click Here)</summary>
121121
<br>
122122
```js
123123
'this "works"'

0 commit comments

Comments
 (0)