Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: updated tab syntax

...

For example, to group the usage syntax and a usage example in the same block with tabs:```bash tab

=== "Syntax"

```bash
$ besu rlp encode [--from=<FILE>] [--to=<FILE>] [--type=<type>]
```

...


=== "File Example"

```bash
$ besu rlp encode --from=ibft_extra_data.json --to=extra_data_for_ibft_genesis.txt --type=IBFT_EXTRA_DATA
```

...


=== "Standard Input/Output Example"

```bash
$ cat extra_data.json | besu rlp encode > rlp.txt
```

Line Numbers On Long Code Samples

...