theme

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;
    }
}