Merge pull request #65670 from Jayman2000/fix-rst-doc-literals

Fix invalid literals in generated rst docs
This commit is contained in:
Yuri Sizov 2022-09-13 00:19:38 +03:00 committed by GitHub
commit 16228ba3e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1480,6 +1480,8 @@ def format_text_block(
)
tag_text = f"``{link_target}``"
escape_pre = True
escape_post = True
# Formatting directives.