This is the first course lesson that I write.

I’m keen to see if images work:

But also to see if several headers work:

H1

H2

H3

H4

H5

Once that all works, we can try inline code.

Finally, most important, code blocks:

@globalActor
actor SwiftLeeActor {
    static let shared = SwiftLeeActor()
}