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 60affea commit bb1a0acCopy full SHA for bb1a0ac
README.md
@@ -356,11 +356,11 @@ Read metadata from Markdown frontmatter.
356
357
Useful if just want to get the metadata, Markdown parse and metadata typing (for TypeScript) are handled by the VFM side.
358
359
-`readMetadata(md: string, excludes: string[]): Metadata`
+`readMetadata(md: string, customKeys: string[]): Metadata`
360
361
- params:
362
- `md`: `String` Markdown text.
363
- - `excludes`: `String[]` A collection of key names to be ignored by meta processing.
+ - `customKeys`: `String[]` A collection of key names to be ignored by meta processing.
364
- returns:
365
- `metadata`: `Metadata` Metadata.
366
0 commit comments