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 307d1a8 commit ab502c9Copy full SHA for ab502c9
test.js
@@ -5,7 +5,7 @@ var test = require('tape');
5
var remark = require('remark');
6
var findAllBefore = 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