question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

use `<s>` over `<del>` for strikethroughs

See original GitHub issue

Hello, While <s> and <del> are very similar, they are not quite the same. And using <del> all the time for strikethrough text may not always make sense. I was wondering if I added a config option to allow us to specify which HTML tag to use for strikethroughs, would that PR be welcomed and merged in a timely manner?

Issue Analytics

  • State:open
  • Created 5 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

0reactions
cbarrafordcommented, Oct 18, 2018

@tivie any ETA on when v2 is being released?

Read more comments on GitHub >

github_iconTop Results From Across the Web

<s>: The Strikethrough element - HTML - MDN Web Docs
The HTML element renders text with a strikethrough, or a line through it. Use the element to represent things that are no longer...
Read more >
Strikethrough/line through on text in HTML | The HTML Shark
Instead of specifying strikethrough directly, you can use the two tags <S> and <DEL>, representing "text which is no longer correct" and "deleted...
Read more >
Strikethrough using HTML5 | SamanthaMing.com
If you're striking through content, indicate the meaning with proper tag ... Communicate that using <del> or <s> and give your code semantic...
Read more >
The difference between strikethrough and del - tempertemper
Strikethrough is more multi-purpose than <del> , which has a very specific use, so for formatting text in paragraphs <s> is almost certainly ......
Read more >
What is the difference between <s> and <del> in HTML, and ...
The biggest key to me on this page is that <del> , like <ins> , offers two additional (optional) attributes: cite and datetime...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found