From 46addd77abcccfc1ab4cdfb2b79a7fe2450dae8b Mon Sep 17 00:00:00 2001 From: Carl Gay Date: Sat, 29 Aug 2026 12:55:13 -0400 Subject: [PATCH] doc: Fix literal markup --- documentation/source/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/source/index.rst b/documentation/source/index.rst index 8f1f947..0698a71 100644 --- a/documentation/source/index.rst +++ b/documentation/source/index.rst @@ -68,7 +68,7 @@ Parsing The parse is strict by default. If ``strict?:`` :drm:`#f` is used then: - - `#` is allowed as a comment character + - ``#`` is allowed as a comment character - ``\`` is equivalent to ````, where ```` is not a defined escape character. @@ -169,7 +169,7 @@ Printing object to a :drm:`` and then pass it to :func:`print-json` to print it on *stream*. - It is also possible to write JSON syntax directly to *stream*. If `indent:` was + It is also possible to write JSON syntax directly to *stream*. If ``indent:`` was passed to *print* then *stream* will be a pretty printing stream and the `pprint module `_ in the IO library may be used to implement pretty printing.