Skip to content

docs: escape backquote character

Erik Faye-Lund requested to merge kusma/mesa:docs-escape-backquote into master

This unescaped backquote charcter confuses Sphinx, making it emit a warning and slightly confused HTML in the end.

Let's escape it instead, to keep things sane.

Fixes: fdff24d9 ("docs: add release notes for 20.1.8")

Merge request reports