I am using Harlowe and I would like to have some text with a strike through them, so it's crossed out. However, I can't seem to do it. I've already tried both of these things:
~~text~~
(text-style: "strikethrough")[text]
There are a number of different ways you can apply this CSS to selected text, two of them being:
(css: "text-decoration: line-through")[This text should have a line through it.]
(set: $strike to (css: "text-decoration: line-through"))
$strike[This text should also have a line through it]
There are a number of different ways you can apply this CSS to selected text, two of them being:
(css: "text-decoration: line-through")[This text should have a line through it.]
(set: $strike to (css: "text-decoration: line-through"))
$strike[This text should also have a line through it]
Sorry, I've forgotten where I found it, but somewhere on the forum there's some CSS what ya gotta copy and paste into the stylesheet. Then putting it in the wiggly lines will work.
Comments
There are a number of different ways you can apply this CSS to selected text, two of them being:
Cool.
Sorry, I've forgotten where I found it, but somewhere on the forum there's some CSS what ya gotta copy and paste into the stylesheet. Then putting it in the wiggly lines will work.