Skip to content

Commit 302847e

Browse files
authored
Merge pull request #299 from sogaiu/tweak-markdown-info
Tweak doc markdown subset description
2 parents 48dc251 + bc55844 commit 302847e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/docs/documentation.mdz

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,9 @@ Janet's built-in documentation viewer, @code`(doc)`, understands a subset of
9999
Markdown and will indent docstrings that use this subset in an intelligent way.
100100
The subset of Markdown includes:
101101

102-
@ul{@li{numbered and unnumbered lists}
103-
@li{codeblocks}
104-
@li{blockquotes}}
102+
@ul{@li{top-level paragraphs}
103+
@li{single-level ordered and unordered lists}
104+
@li{code blocks}}
105105

106106
Other Markdown-formatted text (e.g. code spans) are simply treated as ordinary
107107
text.

0 commit comments

Comments
 (0)