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 d0bf74a commit 4515e84Copy full SHA for 4515e84
test.js
@@ -5,7 +5,7 @@ var test = require('tape');
5
var remark = require('remark');
6
var findAfter = require('./');
7
8
-var tree = remark().parse('Some *emphasis*, **strongness**, and `code`.');
+var tree = remark().parse('Some _emphasis_, **importance**, and `code`.');
9
var paragraph = tree.children[0];
10
var children = paragraph.children;
11
0 commit comments