Format Text - Strike Through
Is there away I can format text so that text is crossed off? I believe with Textile, you simply put "-" on either side of the text and it appears to be marked off. Any suggestions?
Discussions are closed to public comments.
If you need help with Lighthouse please
start a new discussion.
Keyboard shortcuts
Generic
| ? | Show this help |
|---|---|
| ESC | Blurs the current field |
Comment Form
| r | Focus the comment reply box |
|---|---|
| ^ + ↩ | Submit the comment |
You can use Command ⌘ instead of Control ^ on Mac
1 Posted by Will Duncan on 06 Jan, 2009 09:10 PM
Lighthouse uses Markdown actually with a few custom textile-like properties, but I don;t believe there is a default strike in place
You can use html, such as
<strike>or if you don't care about correctness just use the shorter<s>tag<s>this is striked</s>2 Posted by Britt Windler on 06 Jan, 2009 09:11 PM
Awesome, that'll work. Thanks!
3 Posted by Rick on 06 Jan, 2009 09:18 PM
<del>would technically be the best option though, if you care about that sort of thing. However, we'll never bug you if you use<s>and invalidate one of MY Lighthouse/Tender pages :)Rick closed this discussion on 06 Jan, 2009 09:18 PM.
Will Duncan re-opened this discussion on 06 Jan, 2009 09:46 PM
4 Posted by Will Duncan on 06 Jan, 2009 09:46 PM
/me smacks self
Yeah,
<del>is technically the correct way to do it. Strike was depreciated or something a while back. My apologies.5 Posted by Britt Windler on 06 Jan, 2009 09:56 PM
Well, I used the other way and it worked just fine. I guess I'll switch it.