Skip to content

Commit 76a9c88

Browse files
fix
1 parent 47c6857 commit 76a9c88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

preview-src/code.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@ Highlight one or more lines of code by adding e.g. `//mark-line` at the end of e
5454
[source, adoc]
5555
----
5656
[source, java]
57-
----
57+
---
5858
var result = driver.executableQuery("MATCH (p:Person {name: $name})")
5959
.withParameters(Map.of("name", "Alice")) //mark-line
6060
.withConfig(QueryConfig.builder().withDatabase("neo4j").build())
6161
.execute();
62-
----
62+
---
6363
----
6464

6565
[source, java]

0 commit comments

Comments
 (0)