From e7239536ceacad9913e0e7a8be6a1811e54e16cc Mon Sep 17 00:00:00 2001 From: Steven Spencer Date: Thu, 17 Feb 2022 09:47:41 -0600 Subject: [PATCH] fixed formatting issue in admonition * numbered items weren't showing correctly in admonition. - fixed --- docs/guides/security/firewalld.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/guides/security/firewalld.md b/docs/guides/security/firewalld.md index b8f664982d..cbe0db78c4 100644 --- a/docs/guides/security/firewalld.md +++ b/docs/guides/security/firewalld.md @@ -122,6 +122,7 @@ You can list out the active zones on your system by using this command: !!! Note "Important: Active Zones" A zone can *only* be in an active state if it has one of these two conditions: + 1. The zone is assigned to a network interface 2. The zone is assigned source IPs or network ranges.