From aad6c9a9822c397e4570d79dcbf5462a64ee1636 Mon Sep 17 00:00:00 2001 From: Ron Stone Date: Thu, 31 Oct 2024 12:30:47 +0000 Subject: [PATCH] fix backticks ''`` -> ``
`` Change-Id: I9c63bb49636dccbb831126f905ec94a88b49a911 Signed-off-by: Ron Stone --- doc/source/contributor/doc_contribute_guide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/contributor/doc_contribute_guide.rst b/doc/source/contributor/doc_contribute_guide.rst index 250f838e4..c82ee9860 100644 --- a/doc/source/contributor/doc_contribute_guide.rst +++ b/doc/source/contributor/doc_contribute_guide.rst @@ -1416,7 +1416,7 @@ removed from the third. * This feature will not work with tables that do not have header rows. Columns to be removed must be named. -* This feature relies on the HTML ''
`` syntax. It will not work with +* This feature relies on the HTML ``
`` syntax. It will not work with tables that are constructed using other elements such as ``
``. reStructuredText tables are rendered using HTML ``
`` elements.