April 3rd, 2022

What about headlines, quotes, code and that kind of stuff?

This page shows all content elements that are currently styled. Some others, like tables, will come later. Anyway, here is the overview.

Headline 2

Well yes, that one is obvious. Lorem ipsum is placeholder text commonly used in the graphic, print, and publishing industries for previewing layouts and visual mockups. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

Headline 3

Ok, sure. That one is needed as well.

Headline 4

Mh, ok. Don't use that often, but still needed. Oh look, here comes a horizontal line:


Text can also be bold and italic. You can also link somewhere, of course. There can also be ordered and unordered lists:

  • Unordered One

  • Unordered Two

  • Unordered Three

Or something ordered (not Chinese food though):

  1. Ordered One

  2. Ordered Two

  3. Ordered Three

Also, if you'd like to quote someone, go ahead:

"I Have An Idea So Smart That My Head Would Explode If I Even Began To Know What I Was Talking About."

Of course, you can add an image directly with Bard, or you can use the custom "Image" fieldset to have a few more options like caption and different sizes, default, wide and narrow. The one below is wide.

Photo by visuals

And you may also use inline code or a code block:

use App\Events\OrderShipped;
use App\Listeners\SendShipmentNotification;
 
/**
 * The event listener mappings for the application.
 *
 * @var array
 */
protected $listen = [
    OrderShipped::class => [
        SendShipmentNotification::class,
    ],
];

Lorem ipsum is placeholder text commonly used in the graphic, print, and publishing industries for previewing layouts and visual mockups. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

That's it for now. 👋