mirror of
https://github.com/godotengine/godot.git
synced 2024-11-22 04:06:14 +00:00
Documentation: Fix RST generation for [codeblock lang=text]
This commit is contained in:
parent
810f127022
commit
ca486985d5
@ -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…
Reference in New Issue
Block a user