The Strikethrough element renders text with a strikethrough, or a line through it. Use the Strikethrough element to represent things that are no longer relevant or no longer accurate.
Usage
Simple example of usage Strikethrough
element.
use function Thermage\ strikethrough;
use function Thermage\render;
// ...
render (
strikethrough('Stay RAD!')
);
Terminal
$ php thermage.php
Stay RAD!