/**
 * Render Strikethrough element to the output/string.
 *
 * @param bool $output Output or return rendered element.
 * 
 * @access public
 */
public function render($output = true)

Examples

use function Thermage\strikethrough;

// ...

// Render strikethrough element.
strikethrough('Stay RAD!')->render();