Put horizontal line through the center of the text.
The text to strike through
The text with horizontal line through the center
import { strikethrough } from "@std/fmt/colors";console.log(strikethrough("Hello, world!")); Copy
import { strikethrough } from "@std/fmt/colors";console.log(strikethrough("Hello, world!"));
Put horizontal line through the center of the text.