Skip to content

Latest commit

 

History

History
56 lines (40 loc) · 1.06 KB

template.adoc

File metadata and controls

56 lines (40 loc) · 1.06 KB

This is a Template

Intro text.

Refer to a path/to/file.

MATCH (:Person)-[:KNOWS]->(p)
RETURN p
link:sources/java/src/test/java/example/CreateData.java[role=include]

Another Section

Some bullet points:

  • One

  • Two

  1. First

  2. Second

Note
An admonition paragraph draws the reader’s attention to auxiliary information. Its purpose is determined by the label at the beginning of the paragraph.

Here are the other built-in admonition types:

Tip
Pro tip…​
Important
Don’t forget…​
Warning
Watch out for…​
Caution
Ensure that…​