mkdocs-docxtopage is a
mkdocs plugin that allows you
to convert files from docx format to markdown format.
-
Install the module using pip:
pip3 install mkdocs-docxtopage -
In your project, add a plugin configuration to
mkdocs.yml:plugins: - docxtopage