From a85d543d79f95dc5fcec36f1b13fcdeb42d91f48 Mon Sep 17 00:00:00 2001 From: Ben Cotton Date: Mon, 7 Oct 2024 13:41:05 -0400 Subject: [PATCH] Add newlines to make prettier behave If you don't have a blank line between the admonition and its text, prettier will helpfully adjust the wrapping so that the admonition and the start of the text are on the same line. This makes it render the admonition literally. Fixes #155 Signed-off-by: Ben Cotton --- querying-via-cli.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/querying-via-cli.md b/querying-via-cli.md index 33b4a3c..8823b5e 100644 --- a/querying-via-cli.md +++ b/querying-via-cli.md @@ -98,9 +98,11 @@ just once. ## Run the Query Vulnerability CLI -{: .important } This section requires GUAC v0.8.9 or later. If you are using an -older version of GUAC, please update. If you cannot, then use -`guacone query vuln` instead of `guacone query vuln (purl|uri)`. +{: .important } + +This section requires GUAC v0.8.9 or later. If you are using an older version of +GUAC, please update. If you cannot, then use `guacone query vuln` instead of +`guacone query vuln (purl|uri)`. Now that our GUAC instance is up and running with up-to-date information on the vulnerable image that we ingest, we will look at how we can utilize this data