Replace remaining uses of shorthand codeblock syntax, add CI check

This commit is contained in:
Danil Alexeev
2025-06-23 00:28:55 +03:00
committed by skyace65
parent c2d94e2db9
commit 3946ede7aa
22 changed files with 243 additions and 120 deletions

View File

@@ -99,9 +99,7 @@ This example will show you how to create a WebSocket connection to a remote serv
This will print something similar to:
.. highlight:: none
::
.. code:: text
Connecting to wss://echo.websocket.org...
< Got text data from server: Request served by 7811941c69e658
@@ -113,8 +111,6 @@ Minimal server example
This example will show you how to create a WebSocket server that listens for remote connections, and how to send and receive data.
.. highlight:: gdscript
::
extends Node
@@ -178,9 +174,7 @@ This example will show you how to create a WebSocket server that listens for rem
When a client connects, this will print something similar to this:
.. highlight:: none
::
.. code:: text
Server started.
+ Peer 2 connected.