Demo

This is a header #

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur lorem justo, maximus ut justo non, ornare tristique urna. Suspendisse laoreet scelerisque est quis aliquet. Aliquam neque velit, hendrerit eu sollicitudin ut, commodo eu dolor.

This is a smaller header #

Vestibulum nec dapibus lacus, et condimentum nulla. Donec placerat sit amet lorem vitae porttitor. Etiam in luctus diam.

Even smaller #

Aenean cursus velit massa, a gravida felis pulvinar ut. Vestibulum fermentum vulputate turpis.

To go even smaller #

Quisque placerat urna at dolor rhoncus fringilla.

smal #

In id nulla vel velit luctus sodales vel id felis.

Nam sit amet enim tempor, laoreet velit vel, posuere magna.

simply ridiculously small #

ahh

Alerts! #

Note

This is something that is good to know.

Tip

Here's some handy advice that isn't crucial but is nice to be aware of.

Important

You really need to know this.

Warning

You really, really need to know this!!!

Caution

Something catastrophic could happen if you don't read this alert!

We can also put code inline here if needed.

API references #

Say I wanted to refer to the function used to create quads in LOVE. I could do it inline like so: love.graphics.newQuad and we get a cool link to the wiki and everything.

Code blocks #

Code block lines can be highlighted:

function love.draw()
    love.graphics.printf("this is how we embed code", 0, 50, love.graphics.getWidth(), "center")
end

Embedded LOVE #

We can embed LOVE windows with the {% love %} shortcode.

Abstract #

We can add hover abstract text: local variables to explain briefly explain concepts from other chapters.