Kind: Function
Source: atloria-monorepo/packages/core/src/rendering/directive-parser.ts
Convenience function to parse markdown content
Signature
tsfunction parseDirectives(content: string, options: ParserOptions): DocumentAST
Parameters
| Name | Type |
|---|---|
content | string |
options | ParserOptions |
Returns: DocumentAST
Was this page helpful?