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.
readme.md
1 parent 9e3a605 commit d4c0141Copy full SHA for d4c0141
readme.md
@@ -16,7 +16,7 @@ npm install mdast-util-to-string
16
var remark = require('remark');
17
var toString = require('mdast-util-to-string');
18
19
-var tree = remark().parse('Some *emphasis*, **importance**, and `code`.');
+var tree = remark().parse('Some _emphasis_, **importance**, and `code`.');
20
21
console.log(toString(tree)); //=> 'Some emphasis, importance, and code.'
22
```
0 commit comments