Skip to content

Commit ae9d5d4

Browse files
committed
docs: decoders: trying to fix a table
Signed-off-by: Lynette Miles <[email protected]>
1 parent 70ae6ac commit ae9d5d4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pipeline/parsers/decoders.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ extra action if the decoder can't succeed.
4949

5050
### Decoder options
5151

52-
| Name | Description |
53-
| :--- | :--- |
54-
| `json` | Handle the field content as a JSON map. If it finds a JSON map, it replaces the content with a structured map. |
55-
| `escaped` | Decode an escaped string. |
52+
| Name | Description |
53+
| -------------- | ----------- |
54+
| `json` | Handle the field content as a JSON map. If it finds a JSON map, it replaces the content with a structured map. |
55+
| `escaped` | Decode an escaped string. |
5656
| `escaped_utf8` | Decode a UTF8 escaped string. |
5757

5858
### Optional Actions
@@ -61,7 +61,7 @@ If a decoder fails to decode the field or, you want to try another decoder, you
6161
define an optional action. Available actions are:
6262

6363
| Name | Description |
64-
| :--- | :--- |
64+
| -----| ----------- |
6565
| `try_next` | if the decoder failed, apply the next decoder in the list for the same field. |
6666
| `do_next` | if the decoder succeeded or failed, apply the next decoder in the list for the same field. |
6767

0 commit comments

Comments
 (0)