11# mdast-util-to-string [ ![ Build Status] [ build-badge ]] [ build-status ] [ ![ Coverage Status] [ coverage-badge ]] [ coverage-status ] [ ![ Chat] [ chat-badge ]] [ chat ]
22
3- <!-- lint disable list-item-spacing heading-increment list-item-indent-->
4-
53Get the plain text content of an [ MDAST] [ ] node.
64
75## Installation
@@ -12,9 +10,6 @@ Get the plain text content of an [MDAST][] node.
1210npm install mdast-util-to-string
1311```
1412
15- ** mdast-util-to-string** is also available as an AMD, CommonJS, and
16- globals module, [ uncompressed and compressed] [ releases ] .
17-
1813## Usage
1914
2015``` js
@@ -39,14 +34,6 @@ joins them (without spaces or newlines).
3934> This is not a markdown to plain-text library.
4035> Use [ ` strip-markdown ` ] [ strip-markdown ] for that.
4136
42- ###### Parameters
43-
44- * ` node ` ([ ` Node ` ] [ node ] ) — Node to stringify
45-
46- ###### Returns
47-
48- ` string ` — text representation of ` node ` .
49-
5037## License
5138
5239[ MIT] [ license ] © [ Titus Wormer] [ author ]
@@ -65,8 +52,6 @@ joins them (without spaces or newlines).
6552
6653[ chat ] : https://gitter.im/wooorm/remark
6754
68- [ releases ] : https://github.com/wooorm/mdast-util-to-string/releases
69-
7055[ license ] : LICENSE
7156
7257[ author ] : http://wooorm.com
@@ -75,6 +60,4 @@ joins them (without spaces or newlines).
7560
7661[ mdast ] : https://github.com/wooorm/mdast
7762
78- [ node ] : https://github.com/wooorm/mdast#node
79-
8063[ strip-markdown ] : https://github.com/wooorm/strip-markdown
0 commit comments