File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,13 @@ This document explains some terminology relating to
2828 ` end ` , both of which contain an object with ` line ` and ` column ` set
2929 to an integer referencing their respective (1-based) line and column
3030 in the input file. Both may have an ` offset ` property set to its
31- index from the beginning of the input. If a node represents something not
32- available in the original input, it must not have a ` position ` .
31+ index from the beginning of the input.
32+ The object at ` position ` may additionally have an ` indent ` property
33+ set to an array of integers higher than 0 (not including), in which
34+ case the node represents content which spans multiple lines prefixed
35+ with content which is not part of the node.
36+ If a node represents something not available in the original input, it
37+ must not have a ` position ` .
3338
3439See [ ** nlcst** ] ( https://github.com/wooorm/nlcst ) for more information
3540on ** retext** nodes, and [ ` mdast/doc/nodes.md ` ] ( https://github.com/wooorm/mdast/blob/master/doc/nodes.md )
You can’t perform that action at this time.
0 commit comments