Skip to content

Commit d96828a

Browse files
committed
Permit tooling to limit commonmark usage
1 parent a5bf8a0 commit d96828a

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+
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.
172172

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

0 commit comments

Comments
 (0)