Structure
Extract information from your documents
Usage
Accepts MDX/markdown content and return structurized data. Useful for implementing document search.
Tip
If you have custom remark plugins enabled, such as
remark-math
, you have to manually structurize the document with these
plugins passed into the function:
Parameters
Parameter | |
---|---|
content | MDX/markdown content |
remarkPlugins | List of remark plugins |
options | Custom options |
Output
StructuredData
is returned by the
function.
Last updated on