Add explicit code language markers

This commit is contained in:
mDuo13
2020-09-08 14:16:47 -07:00
parent b0a9abd975
commit dfbdd15df5
20 changed files with 499 additions and 463 deletions

View File

@@ -99,7 +99,7 @@ It is also possible to be amendment blocked because you connected your server to
One of the first signs that your `rippled` server is amendment blocked is an `amendmentBlocked` error that is returned [when you submit a transaction](submit.html). Here's an example `amendmentBlocked` error:
```
```json
{
"result":{
"error":"amendmentBlocked",
@@ -124,7 +124,7 @@ If you are on `rippled` version 0.80.0+, you can verify that your `rippled` serv
**Example JSON-RPC Response:**
```
```json
{
"result": {
"info": {
@@ -163,7 +163,7 @@ To find out which features are blocking your `rippled` server, use the [`feature
**Example JSON-RPC Response:**
```
```json
{
"result": {
"features": {