We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdcfbdb commit 0f47c09Copy full SHA for 0f47c09
README.md
@@ -52,7 +52,7 @@ The resulting `issue` object will look like the following:
52
shape: ['square'],
53
sounds: ['re', 'mi'],
54
topics: [],
55
- description: "This is a description.\n\nIt has multiple lines.\n\nIt's pretty cool!",
+ description: 'This is a description.\n\nIt has multiple lines!',
56
notes: '- Note\n- Another note\n- Lots of notes',
57
code: 'const thing = new Thing()\nthing.doThing()',
58
'code-string': 'thing.toString()',
__fixtures__/example/issue.md
@@ -26,9 +26,7 @@ _No response_
26
27
This is a description.
28
29
-It has multiple lines.
30
-
31
-It's pretty cool!
+It has multiple lines!
32
33
### The Notes About the Thing
34
0 commit comments