This is a test!

1. A section

This is a numbered section.

Example: A shitty example
pool.on('stateChanged', function (st) {
    if (st === 'failed') {
        console.error('failed to connect to any backends');
        pool.stop();
    }
})