fix backticks

''<table>`` -> ``<table>``

Change-Id: I9c63bb49636dccbb831126f905ec94a88b49a911
Signed-off-by: Ron Stone <ronald.stone@windriver.com>
This commit is contained in:
Ron Stone 2024-10-31 12:30:47 +00:00
parent 779728182d
commit aad6c9a982

View File

@ -1416,7 +1416,7 @@ removed from the third.
* This feature will not work with tables that do not have header rows. Columns * This feature will not work with tables that do not have header rows. Columns
to be removed must be named. to be removed must be named.
* This feature relies on the HTML ''<table>`` syntax. It will not work with * This feature relies on the HTML ``<table>`` syntax. It will not work with
tables that are constructed using other elements such as ``<div>``. tables that are constructed using other elements such as ``<div>``.
reStructuredText tables are rendered using HTML ``<table>`` elements. reStructuredText tables are rendered using HTML ``<table>`` elements.