Structurize
Extract information from your documents
Usage
Add it as a remark plugin.
Extracted information could be found in vfile.data.structuredData
, you may
write your own plugin to convert it into a MDX export.
Options
Option | |
---|---|
types | Scanned mdast element types |
Output
A list of headings and contents. Paragraphs will be extracted to the contents
array, each item contains a heading
prop indicating the heading of paragraph.
Note
A heading can have multiple paragraphs.
Heading
Prop | |
---|---|
id | unique identifer or slug of heading |
content | Text content |
Content
Prop | |
---|---|
heading | Heading of paragraph (nullable) |
content | Text content |
Last updated on