Test asciidoc
This is a sample page composed in AsciiDoc. Jekyll converts it to HTML using Asciidoctor.
Intro
This jekyll template with asciidoc
Github pages
As long as I understood, github pages don’t support adoc natively.
However there is a github action that allow rendering asciidoc to html.
The cool code
The problem is that the code is not very readable.
public class Cool {
private boolean cool;
public Cool(){
this.cool = true;
}
}
Here are the other built-in admonition types:
Note
|
Some additional info… |
Tip
|
Pro tip… |
Important
|
Don’t forget… |
Warning
|
Watch out for… |
Caution
|
Ensure that… |
Tip
|
Think of c1..c2 as all commits as of c1 (not including c1) until commit c2. |
Cell in column 1, row |
Cell in column 2, row 1 |
Cell in column 1, row 2 |
Cell in column 2, row 2 |
Cell in column 1, row 3 |
Cell in column 2, row 3 |