mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
Replace remaining uses of shorthand codeblock syntax, add CI check
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user