From bc5584402ddc0726d6b0256b501d18b0509e6660 Mon Sep 17 00:00:00 2001 From: sogaiu <983021772@users.noreply.github.com> Date: Wed, 23 Apr 2025 22:42:57 +0900 Subject: [PATCH] Tweak doc markdown subset description --- content/docs/documentation.mdz | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/docs/documentation.mdz b/content/docs/documentation.mdz index fae6ece..950e48d 100644 --- a/content/docs/documentation.mdz +++ b/content/docs/documentation.mdz @@ -99,9 +99,9 @@ Janet's built-in documentation viewer, @code`(doc)`, understands a subset of Markdown and will indent docstrings that use this subset in an intelligent way. The subset of Markdown includes: -@ul{@li{numbered and unnumbered lists} - @li{codeblocks} - @li{blockquotes}} +@ul{@li{top-level paragraphs} + @li{single-level ordered and unordered lists} + @li{code blocks}} Other Markdown-formatted text (e.g. code spans) are simply treated as ordinary text.