} elseif ( $thislen == 3 ) {
                    // three quotes - open or close bold
                    if ( $state === 'b' ) {
                        $output .= '</b>';
                        $state = '';