You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/jekyll/getting-started/tutorial.md
+7-2Lines changed: 7 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -995,11 +995,16 @@ var CommentBox = React.createClass({
995
995
});
996
996
```
997
997
998
-
We also need to update the `Comment` component to use `Remarkable` from either `global` or `window`, due to a bug in Remarkable:
998
+
We also need to update the `Comment` component to use `Remarkable` from either `global` or `window`, due to a bug in Remarkable. We will do this by creating a function to create an instance of `Remarkable` and then calling it from the `Comment` component:
0 commit comments