Metadata-Version: 2.5
Name: sanka-connector-markdown
Version: 0.1.0a11
Summary: Markdown connector for the Sanka migration runtime
Project-URL: Repository, https://github.com/sankaHQ/extensions
Project-URL: Issues, https://github.com/sankaHQ/extensions/issues
Author: Sanka, Inc.
License-Expression: Apache-2.0
License-File: LICENSE
Requires-Python: >=3.12
Requires-Dist: pyyaml>=6
Requires-Dist: sanka-connector-sdk==0.1.0a11
Description-Content-Type: text/markdown

# Markdown connector

Reads a directory of Markdown files as a Sanka **source**: YAML
frontmatter becomes structured fields, the body becomes `content`, the
relative path is the identity. Inventory reports the frontmatter field union
with inferred types and warns on mixed-type fields and unparseable
frontmatter. Apache-2.0; depends only on the `sanka-connector-sdk` interface (+ PyYAML).

Source filters are not supported yet and fail closed instead of being ignored.
Markdown files must remain inside the configured directory; symbolic-link
files are rejected rather than followed across that source boundary.
