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 852ceb0 commit 7bf782dCopy full SHA for 7bf782d
readme.md
@@ -24,6 +24,7 @@ Transform:
24
25
```javascript
26
var hast = toHAST(remark().parse('## Hello **World**!'));
27
+console.log(inspect(hast));
28
```
29
30
Yields:
0 commit comments