Trying stuff out post 💎

Here is where we a going to try out a bunch of stuff for a post.

Headings

Headings

Headings

Show a LINK

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque hendrerit lacus ut purus iaculis feugiat. Sed nec tempor elit, quis aliquam neque. Curabitur sed diam eget dolor fermentum semper at eu lorem.

Do not just seek happiness for yourself. Seek happiness for all. Through kindness. Through mercy.

David LevithanWide Awake

NEW: DevDocs now comes with syntax highlighting. http://devdocs.io

Every interaction is both precious and an opportunity to delight.

So, lets show some code :

printf(%f),3.141;
func doStuff(a:String) throws -> Bool { }

No colour

1
2
func doStuff(a:String) throws -> Bool {
}

Oh and now some inline can work

Now, something bigger

(
var window;

window = Window("")
    .bounds_(Rect(
        0,0,
        400,
        100)
        .center_(Window.availableBounds.center))
    .front;

ScrollView(window)
    .bounds_(Rect(0,0,400,100))
    .canvas_(WebView().url_("https://www.freesound.org/data/displays/25/25656_48671_wave_L.png"));

window.onClose = ({
    Buffer.freeAll;
    s.freeAll;
});

CmdPeriod.doOnce({window.close});
)

Oh yea.

1
[rectangle setX: 10 y: 10 width: 20 height: 20];



NOW WAIT ! something important

ok now some image work