Skip to content

Commit 0686522

Browse files
authored
Merge pull request #1074 from OAI/dm/972
Added paragraph about markdown
2 parents 52b8f32 + d8f72c8 commit 0686522

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

versions/3.0.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Additional utilities can also take advantage of the resulting files, such as tes
2727
- [Format](#format)
2828
- [File Structure](#fileStructure)
2929
- [Data Types](#dataTypes)
30+
- [Rich Text Formatting](#richText)
3031
- [Relative References In URLs](#relativeReferences)
3132
- [Schema](#schema)
3233
- [OpenAPI Object](#oasObject)
@@ -165,6 +166,10 @@ date | `string` | `date` | As defined by `full-date` - [RFC3339](http://xml2rfc.
165166
dateTime | `string` | `date-time` | As defined by `date-time` - [RFC3339](http://xml2rfc.ietf.org/public/rfc/html/rfc3339.html#anchor14)
166167
password | `string` | `password` | Used to hint UIs the input needs to be obscured.
167168

169+
### <a name="richText"></a>Rich Text Formatting
170+
Throughout the specification `description` fields are noted as supporting CommonMark markdown formatting.
171+
OpenAPI compliant tooling MUST support [CommonMark 0.27](http://spec.commonmark.org/0.27/).
172+
168173
### <a name="relativeReferences"></a>Relative References in URLs
169174

170175
Unless specified otherwise, all properties that are URLs MAY be relative references as defined by [RFC 3986](https://tools.ietf.org/html/rfc3986#section-4.2).

0 commit comments

Comments
 (0)