From 7c992b7a0c780bf67351530babf48500226ec935 Mon Sep 17 00:00:00 2001 From: sspencerwire Date: Sat, 13 Sep 2025 08:27:23 -0500 Subject: [PATCH] Fix line length issue --- docs/guides/contribute/rockydocs_formatting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/contribute/rockydocs_formatting.md b/docs/guides/contribute/rockydocs_formatting.md index aba27d6480..c4c2d6e2aa 100644 --- a/docs/guides/contribute/rockydocs_formatting.md +++ b/docs/guides/contribute/rockydocs_formatting.md @@ -233,7 +233,7 @@ Here is an example of a multi-line numbered list with a code block thrown in for dnf update ``` -2. Here is our second listed item. Because you used the four (4) space indentation (above), it renders with the next sequence of numbering (2), but if you had entered item 1 without the indentation (in the subsequent paragraph and code), then this would show up as item 1 again, which is not what you want. +2. Here is our second listed item. Because you used the four (4) space indentation (above), it renders with the next sequence of numbering (2). If you had entered item 1 without the indentation (in the subsequent paragraph and code), then this would show up as item 1 again, which is not what you want. And here is how that looks as raw text: