Skip to content

Commit 2400e3d

Browse files
authored
Data Package: Reference CommonMark (#1067)
1 parent 1cb2bac commit 2400e3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/standard/data-package.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ A `string` providing a title or one sentence description for this package
193193

194194
### `description`
195195

196-
A description of the package. The description `MUST` be [markdown](http://commonmark.org/) formatted -- this also allows for simple plain text as plain text is itself valid markdown. The first paragraph (up to the first double line break) `SHOULD` be usable as summary information for the package.
196+
A description of the package in [CommonMark Markdown](https://spec.commonmark.org/current/) syntax. As any sequence of characters is a valid CommonMark document, this allows for simple plain text. The first paragraph `SHOULD` be separated by a blank line from following content to be usable as summary information of the package.
197197

198198
### `homepage`
199199

0 commit comments

Comments
 (0)