We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5373eca commit 76c7587Copy full SHA for 76c7587
test/integration/render.test.js
@@ -248,7 +248,6 @@ describe('render', function () {
248
249
test('target for relative path', async function () {
250
const output = window.marked("[alt text](/url ':target=_blank')");
251
- console.log(output);
252
253
expect(output).toMatchInlineSnapshot(
254
`"<p><a href=\\"#/url\\" target=\\"_blank\\">alt text</a></p>"`
0 commit comments