Documentation: Fix RST generation for [codeblock lang=text]
This commit is contained in:
parent
810f127022
commit
ca486985d5
1 changed files with 1 additions and 1 deletions
|
|
@ -1975,7 +1975,7 @@ def format_text_block(
|
|||
)
|
||||
|
||||
if "lang=text" in tag_state.arguments.split(" "):
|
||||
tag_text = "\n.. code::\n"
|
||||
tag_text = "\n.. code:: text\n"
|
||||
else:
|
||||
tag_text = "\n::\n"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue