File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ The resulting `issue` object will look like the following:
5252 shape : [' square' ],
5353 sounds : [' re' , ' mi' ],
5454 topics : [],
55- description : " This is a description.\n\n It has multiple lines. \n\n It's pretty cool! " ,
55+ description : ' This is a description.\n\n It has multiple lines! ' ,
5656 notes : ' - Note\n - Another note\n - Lots of notes' ,
5757 code : ' const thing = new Thing()\n thing.doThing()' ,
5858 ' code-string' : ' thing.toString()' ,
Original file line number Diff line number Diff line change @@ -26,9 +26,7 @@ _No response_
2626
2727This is a description.
2828
29- It has multiple lines.
30-
31- It's pretty cool!
29+ It has multiple lines!
3230
3331### The Notes About the Thing
3432
Original file line number Diff line number Diff line change 55 "shape" : [" square" ],
66 "sounds" : [" re" , " mi" ],
77 "topics" : [],
8- "description" : " This is a description.\n\n It has multiple lines. \n\n It's pretty cool !" ,
8+ "description" : " This is a description.\n\n It has multiple lines!" ,
99 "notes" : " - Note\n - Another note\n - Lots of notes" ,
1010 "code" : " const thing = new Thing()\n thing.doThing()" ,
1111 "code-string" : " thing.toString()" ,
You can’t perform that action at this time.
0 commit comments