Mark code sample languages explicitly

This commit is contained in:
mDuo13
2020-09-10 02:18:40 -07:00
parent eb6142f270
commit d46202a04f
92 changed files with 531 additions and 450 deletions

View File

@@ -10,7 +10,7 @@ An example of the request format:
*WebSocket*
```
```json
{
"id": 1,
"command": "server_info"
@@ -19,7 +19,7 @@ An example of the request format:
*JSON-RPC*
```
```json
{
"method": "server_info",
"params": [
@@ -30,7 +30,7 @@ An example of the request format:
*Commandline*
```
```sh
#Syntax: server_info
rippled server_info
```