Skip to content

Commit e3d9361

Browse files
committed
add backsticks for COMPACT and EXTENDED texts
1 parent d690714 commit e3d9361

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/ROOT/pages/source/payload-mode.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ The `neo4j.payload-mode` configuration offers the following options:
1212

1313
[WARNING]
1414
====
15-
*Limitations of COMPACT Mode*
15+
*Limitations of `COMPACT` Mode*
1616
17-
* **Property Type Changes**: COMPACT mode does not support changes in property types. If a property type changes in Neo4j (e.g., from integer to string), it can break the schema.
18-
* **Protobuf Compatibility**: COMPACT mode is not supported with Protobuf. It does not support serialization of temporal types (e.g., `LocalDate`, `LocalDateTime`).
17+
* **Property Type Changes**: `COMPACT` mode does not support changes in property types. If a property type changes in Neo4j (e.g., from integer to string), it can break the schema.
18+
* **Protobuf Compatibility**: `COMPACT` mode is not supported with Protobuf. It does not support serialization of temporal types (e.g., `LocalDate`, `LocalDateTime`).
1919
====
2020

2121

0 commit comments

Comments
 (0)