Skip to content

Commit ce924a9

Browse files
authored
Update 3.0.md
I have updated the text to try and address concerns raised in the TDC call. - Clarified that compatibility with CommonMark is only relevant for tooling that renders rich text. - Clarified that tooling is not limited to only supporting CommonMark .27 features. Other newer features can be supported - Clarified that tooling should only ignore and not fail when features with security concerns are used.
1 parent d96828a commit ce924a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions/3.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ password | `string` | `password` | Used to hint UIs the input needs to be obscur
168168

169169
### <a name="richText"></a>Rich Text Formatting
170170
Throughout the specification `description` fields are noted as supporting CommonMark markdown formatting.
171-
OpenAPI compliant tooling MUST support markdown that is compliant with [CommonMark 0.27](http://spec.commonmark.org/0.27/). Tooling MAY limit some CommonMark features to address security concerns.
171+
Where OpenAPI tooling renders rich text it MUST support, at a minimum, markdown syntax as described by [CommonMark 0.27](http://spec.commonmark.org/0.27/). Tooling MAY choose to ignore some CommonMark features to address security concerns.
172172

173173
### <a name="relativeReferences"></a>Relative References in URLs
174174

0 commit comments

Comments
 (0)