You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 25, 2021. It is now read-only.
An old idea was to build a sphinx translator that would build myst files to assist with migrating rst projects to myst.
The key issue with this approach is that the docutils parser is lossy and all the metadata is not easy to find and may be difficult to construct myst documents without a bit of work to re-assemble the metadata.
Would it be worth building a modified rst-parser to capture the metadata information and pass it through specifically for a myst builder/translator?
An old idea was to build a
sphinxtranslator that would buildmystfiles to assist with migratingrstprojects tomyst.The key issue with this approach is that the
docutilsparser is lossy and all the metadata is not easy to find and may be difficult to constructmystdocuments without a bit of work to re-assemble the metadata.Would it be worth building a modified rst-parser to capture the
metadatainformation and pass it through specifically for amystbuilder/translator?