'; echo '
. Honest if ugly.
return '' . esc_html( $content ) . '
';
}
$pd = new Parsedown();
if ( method_exists( $pd, 'setSafeMode' ) ) {
$pd->setSafeMode( true );
}
return $pd->text( $content );
}
private static function inline_styles(): string {
// Scoped styles. Keeping it inline so the Board ships in one file.
return '';
}
}