Skip to content

Commit 14b0d0b

Browse files
committed
Update dependies
1 parent f80cc99 commit 14b0d0b

File tree

4 files changed

+31450
-19242
lines changed

4 files changed

+31450
-19242
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ After getting the markdown content, I used *Marked* [3] library to convert the m
6262

6363
```JavaScript
6464
render() {
65-
const markdown = marked(this.state.response);
65+
const markdown = marked.parse(this.state.response);
6666
return (...);
6767
}
6868
```

0 commit comments

Comments
 (0)