Welcome

This is a sample documentation page created with mkdocs.

Here are some blocks:

basic.showString("Hello world")

and more blocks:

basic.forever(() => {
    basic.showLeds(`
        . # . # .
        # . # . #
        # . . . #
        . # . # .
        . . # . .
        `)
    basic.showLeds(`
        . # . # .
        # # # # #
        # # # # #
        . # # # .
        . . # . .
        `)
})

For more information, go to Microsoft/pxt-mkdocs-sample.