Skip to content

Commit 45d17b7

Browse files
committed
Added Markdown content to comments.json.
The React tutorial makes use of the marked library, but this test data in the repo doesn't include any Markdown. Just makes for a more interesting tutorial IMO.
1 parent 0eb5dbd commit 45d17b7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

comments.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,9 @@
22
{
33
"author": "Pete Hunt",
44
"text": "Hey there!"
5+
},
6+
{
7+
"author": "Paul O’Shannessy",
8+
"text": "React is *great*!"
59
}
610
]

0 commit comments

Comments
 (0)