Scan Abstract
scanAbstract: boolean | string;
Scan the content for the abstract and inject it into the frontmatter.
true
, to have it injected into propertyabstract
<name>
, to have it injected as property<name>
- default:
false
The abstract will be taken from the content between the title and the next heading. It will only be textual content.
If the frontmatter already has a property with that name, it will NOT be overwritten.