Skip to content

Commit b2b1ef6

Browse files
authored
Merge pull request OAI#1090 from OAI/issue-1078
Permit tooling to limit commonmark usage
2 parents 1580ead + ce924a9 commit b2b1ef6

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 [CommonMark 0.27](http://spec.commonmark.org/0.27/).
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)