testing markdown

function a_test() {
    return 'a test';
}
add_action( 'wp_head', 'a_test' );