# `writers`: Format Writers (typed Doc -> target text) ```{py:currentmodule} myform.writers ``` `base` defines the `Writer` protocol/registry, the `Capability` contract the degradation engine consults, and the target-native marker recovery seam required by ENCLAVE-capable extensions. Markdown dialects drive mdformat through the token bridge; rST, Typst, Plane, and wikitext load direct typed-tree renderers on demand. Importing this package keeps those direct writers lazy. ```{eval-rst} .. automodule:: myform.writers :members: :imported-members: ```