# `plugin`: The Mdformat Plugin Entry Point ```{py:currentmodule} myform.plugin ``` Implements the interface that `mdformat.plugins` discovers through this package's entry point: `update_mdit()` enables the MyST parsers on the `MarkdownIt` engine, while `RENDERERS` and `POSTPROCESSORS` expose the registries that mdformat consults while rendering. ```{eval-rst} .. automodule:: myform.plugin :members: ```