@@ -94,10 +94,16 @@ UTF-8.
94
94
95
95
Other parameters might be specific to the chosen subtype. For example, for the
96
96
``markdown `` subtype, there is a ``variant `` parameter that allows specifying
97
- the variant of Markdown in use, such as ``Original `` for `Gruber's original
98
- Markdown syntax <https://tools.ietf.org/html/rfc7763#section-6.1.4> `_ or
99
- ``GFM `` for `GitHub Flavored Markdown (GFM)
100
- <https://tools.ietf.org/html/rfc7764#section-3.2> `_.
97
+ the variant of Markdown in use, such as:
98
+
99
+ - ``CommonMark `` for `CommonMark `
100
+ <https://tools.ietf.org/html/rfc7764#section-3.5>`_
101
+
102
+ - ``GFM `` for `GitHub Flavored Markdown (GFM)
103
+ <https://tools.ietf.org/html/rfc7764#section-3.2> `_
104
+
105
+ - ``Original `` for `Gruber's original Markdown syntax
106
+ <https://tools.ietf.org/html/rfc7763#section-6.1.4> `_
101
107
102
108
Example::
103
109
@@ -109,12 +115,16 @@ Example::
109
115
110
116
Example::
111
117
112
- Description-Content-Type: text/markdown; charset=UTF-8; variant=Original
118
+ Description-Content-Type: text/markdown; charset=UTF-8; variant=CommonMark
113
119
114
120
Example::
115
121
116
122
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
117
123
124
+ Example::
125
+
126
+ Description-Content-Type: text/markdown; charset=UTF-8; variant=Original
127
+
118
128
If a ``Description-Content-Type `` is not specified, then the assumed content type
119
129
is ``text/x-rst; charset=UTF-8 ``.
120
130
0 commit comments