From 8fdeb5691bf930a7465b2d0fef81fe3e23096fe2 Mon Sep 17 00:00:00 2001 From: Felicity Chapman Date: Fri, 5 Jan 2024 14:50:16 +0000 Subject: [PATCH] Fix bad table formatting --- .../writing-codeql-queries/metadata-for-codeql-queries.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/codeql/writing-codeql-queries/metadata-for-codeql-queries.rst b/docs/codeql/writing-codeql-queries/metadata-for-codeql-queries.rst index fb48cc15991..16a0eba56c2 100644 --- a/docs/codeql/writing-codeql-queries/metadata-for-codeql-queries.rst +++ b/docs/codeql/writing-codeql-queries/metadata-for-codeql-queries.rst @@ -49,8 +49,7 @@ The following properties are supported by all query files: | | | ``warning`` | | | | | ``recommendation`` | | +-----------------------+---------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ -| ``@security-severity``| ```` | Defines the level of severity, between 0.0 and 10.0, for queries with ``@tags security``. | -| | | For more information about ``@security-severity``, see the `About alert severity and security severity levels `__ in the GitHub user documentation. | | +| ``@security-severity``| ```` | Defines the level of severity, between 0.0 and 10.0, for queries with ``@tags security``. For more information, see the `GitHub user documentation `__. | +-----------------------+---------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ Example