On Mon, Jul 26 2021, Peter Maydell <peter.mayd...@linaro.org> wrote: > In rST markup, single backticks `like this` represent "interpreted > text", which can be handled as a bunch of different things if tagged > with a specific "role": > https://docutils.sourceforge.io/docs/ref/rst/restructuredtext.html#interpreted-text > (the most common one for us is "reference to a URL, which gets > hyperlinked"). > > The default "role" if none is specified is "title_reference", > intended for references to book or article titles, and it renders > into the HTML as <cite>...</cite> (usually comes out as italics). > > To format a literal (generally rendered as fixed-width font), > double-backticks are required. > > protvirt.rst consistently uses single backticks when double backticks > are required; correct it. > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > docs/system/s390x/protvirt.rst | 12 ++++++------ > 1 file changed, 6 insertions(+), 6 deletions(-)
Acked-by: Cornelia Huck <coh...@redhat.com>