Merge pull request #65670 from Jayman2000/fix-rst-doc-literals
Fix invalid literals in generated rst docs
This commit is contained in:
commit
16228ba3e2
1 changed files with 2 additions and 0 deletions
|
@ -1480,6 +1480,8 @@ def format_text_block(
|
||||||
)
|
)
|
||||||
|
|
||||||
tag_text = f"``{link_target}``"
|
tag_text = f"``{link_target}``"
|
||||||
|
escape_pre = True
|
||||||
|
escape_post = True
|
||||||
|
|
||||||
# Formatting directives.
|
# Formatting directives.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue