Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ec8d845

Browse files
committed
remarkable 1.7.1
1 parent 70f7e15 commit ec8d845

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

comments.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,20 @@
88
"id": 1420070400000,
99
"author": "Paul O’Shannessy",
1010
"text": "React is *great*!"
11+
},
12+
{
13+
"id": 1464988635157,
14+
"author": "ben",
15+
"text": "*abc*"
16+
},
17+
{
18+
"id": 1464988636500,
19+
"author": "ben",
20+
"text": "*abc*"
21+
},
22+
{
23+
"id": 1464988717637,
24+
"author": "evil",
25+
"text": "<a href=\"javascript:alert(1)\">alert(1)</a>"
1126
}
12-
]
27+
]

public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<script src="https://unpkg.com/[email protected]/dist/react-dom.js"></script>
1010
<script src="https://unpkg.com/[email protected]/babel.min.js"></script>
1111
<script src="https://unpkg.com/[email protected]/dist/jquery.min.js"></script>
12-
<script src="https://unpkg.com/remarkable@1.6.2/dist/remarkable.min.js"></script>
12+
<script src="https://unpkg.com/remarkable@1.7.1/dist/remarkable.min.js"></script>
1313
</head>
1414
<body>
1515
<div id="content"></div>

0 commit comments

Comments
 (0)