Table of Contents
This is a sample page composed in AsciiDoc. Jekyll converts it to HTML using Asciidoctor.
First Section
-
item 1
-
item 2
1
2
3
public static main(String[] args) {
System.out::println("Hello Jekyll"); (1)
}
1 | prints to output console |
This is rendered by Asciidoctor. |
A sub Section
Subsection content.
Second section
Another section with bold and italics and nested lists:
-
List item 1
-
List item 1.1
-
-
List item 2
More details see Asciidoctor quick syntax reference[1] or Asciidoctor user manual.