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: test/__snapshots__/react-markdown.test.js.snap
+15
Original file line number
Diff line number
Diff line change
@@ -2327,6 +2327,21 @@ Array [
2327
2327
]
2328
2328
`;
2329
2329
2330
+
exports[`should pass on raw source position to non-tag components if rawSourcePos option is enabled and \`rehype-raw\` is used 1`] =`
2331
+
Object {
2332
+
"end": Object {
2333
+
"column": 6,
2334
+
"line": 1,
2335
+
"offset": 5,
2336
+
},
2337
+
"start": Object {
2338
+
"column": 1,
2339
+
"line": 1,
2340
+
"offset": 0,
2341
+
},
2342
+
}
2343
+
`;
2344
+
2330
2345
exports[`should render empty link references 1`] =`"<p>Stuff were changed in [][]. Check out the changelog for reference.</p>"`;
2331
2346
2332
2347
exports[`should render image references 1`] =`"<p>Checkout out this ninja: <imgsrc=\\"/assets/ninja.png\\"alt=\\"TheWaffleNinja\\"/>.Prettyneat,eh?</p>"`;
0 commit comments