MigrationOptions
Options controlling migration behavior.MigrationResult
Result of migrating a single markdown file.ConvertedFile
A single converted .cant output file.UnconvertedSection
A section of markdown that was not converted.MarkdownSection
A parsed markdown section identified by heading. Used internally by the markdown parser to structure the input before classification and conversion.SectionClassification
Classification of a markdown section for conversion purposes.ExtractedProperty
A key-value property extracted from a markdown bullet list. Matches patterns like- **Key**: value or - Key: value.
ExtractedPermission
A permission entry extracted from markdown. Matches patterns like- Tasks: read, write or - Read and write tasks.