demo

Shows and tests every possible content snippet.

The following article will demonstrate all content that can be created by using AsciiDoc and JBake. We can even put AsciiDoc in the header of an article. For more demo stuff, look under the tag demo.

That works for a paragraph too. Up to the first headline.

This is also a test post for styling everything nicely and correctly. If you cannot see it here, it is likely that there has not been a style applied yet.

Continue reading

This is another feature demo post.

First headline

This article has no preamble but a flag that indicates that we want to always see all content, even on listing pages.

Another headline

More nice text and so on.

This is another feature demo post.

This is the preamble that turns into a TL’DR. So put some love into this text to ensure it is a true summary.

Headline 1

This article has a preamble and a flag that indicates that we want to always see its full beauty even on the listing page.

Headline 2

Nice data and text.

@Test
public void test()
{
    public int max(final int a, final int b)
    {
        // inline comment and some < > &
        return a > b ? a : b;
    }
}

This is another feature demo post.

This is regular preamble text that normally stops at the first headline. But one might not want to have that very first headline, so we also have the option to hide that headline and still be able to limit the preamble. This text is right before the hide attribute.

Continue reading