Generate a Schema from a Markdown File #5
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
UseCase: The user can create a JSON Schema from a stored Markdown file's AST. The schema should define the document's structural elements (headings, lists, etc.) up to a specified nesting depth.
Example: A user requests a schema from document.md with a depth of 2. The generated schema will define the structure of # and ## headings but ignore ### and deeper levels.