use `<s>` over `<del>` for strikethroughs
See original GitHub issueHello,
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:
- Created 5 years ago
- Comments:5 (3 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

http://showdownjs.com/#!/blog/rewriting-the-parser-challenges-and-opportunities
@tivie any ETA on when v2 is being released?