IANA accepted an official registration for the text/markdown mimetype here: https://www.iana.org/assignments/media-types/text/markdown
Section 6.1 of the RFC specified a IANA based registry for markdown variants that is established here: https://www.iana.org/assignments/markdown-variants/markdown-variants.xhtml
The list of variants registered is woefully lacking but the registration mechanism allow formalize which mimetype variant parameter should be used to identify a flavor of markdown.
i.e. text/markdown;variant=MYST or text/markdown;variant=GFM
Even having an open draft RFC (probably for years) might allow us to establish and register the MYST parameter at least somewhat formally.
It is also worth noting that pandoc additionally provides for more parameters, that can specify which extensions/directives are loaded.
IANA accepted an official registration for the
text/markdownmimetype here: https://www.iana.org/assignments/media-types/text/markdownSection 6.1 of the RFC specified a IANA based registry for markdown variants that is established here: https://www.iana.org/assignments/markdown-variants/markdown-variants.xhtml
The list of variants registered is woefully lacking but the registration mechanism allow formalize which mimetype variant parameter should be used to identify a flavor of markdown.
i.e.
text/markdown;variant=MYSTortext/markdown;variant=GFMEven having an open draft RFC (probably for years) might allow us to establish and register the MYST parameter at least somewhat formally.
It is also worth noting that
pandocadditionally provides for more parameters, that can specify which extensions/directives are loaded.