(registered 2026-06-01, last updated 2026-06-01) Media type name: text Media subtype name: vnd.gist.mx Required parameters: N/A Optional parameters: charset: Specifies the character encoding of the content. If omitted, UTF-8 is assumed, consistent with modern markdown processing. The charset parameter follows the same conventions defined in RFC 6657 for textual media types. version: Indicates the version of the MX format specification that the file conforms to. The value is a dotted decimal version number (e.g., "1.0"). If omitted, version "1.0" is assumed. Encoding considerations: 8bit MX files are UTF-8 encoded plain text consisting of YAML frontmatter delimited by "---" lines, followed by a standard markdown document body. The format does not contain NUL octets, binary data, or lines exceeding 998 octets under normal usage. Content is line-oriented text separated by CRLF or LF line endings. In rare cases where the embedded markdown body contains very long lines (e.g., base64-encoded inline images in markdown or extremely long URLs), lines may exceed 998 octets. Implementations generating such content should use Content-Transfer-Encoding of "binary" or "quoted-printable" when transmitting via protocols that impose line length limits (e.g., SMTP). Security considerations: 1. Active/executable content: MX files do not contain active or executable content. The format consists entirely of UTF-8 text: YAML frontmatter metadata fields followed by a markdown document body. No scripting, macros, or executable instructions are defined by the format. However, the markdown body may contain raw HTML if the source markdown includes it. Consumers that render embedded HTML should apply the same sanitization practices used for standard markdown rendering (e.g., stripping