You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: preview-src/code.adoc
+24Lines changed: 24 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,30 @@ line of code <!--4-->
47
47
<4> A callout behind a line comment for XML or SGML languages like HTML.
48
48
49
49
50
+
== Highlight lines
51
+
52
+
Highlight one or more lines of code by adding e.g. `//mark-line` at the end of each of them. Use the line comment syntax for the language the block contains.
53
+
54
+
[source, adoc]
55
+
----
56
+
[source, java]
57
+
---
58
+
var result = driver.executableQuery("MATCH (p:Person {name: $name})")
0 commit comments