laby_macros 0.1.0

HTML transformation macros for laby
Documentation
1
2
3
4
5
# Deprecated

The **`<strike>`** [HTML](https://developer.mozilla.org/en-US/docs/Web/HTML) element places a strikethrough (horizontal line) over text.

> **Warning:** This element is deprecated in HTML 4 and XHTML 1, and obsoleted in HTML5. If semantically appropriate, i.e., if it represents _deleted_ content, use [`del`]del! instead. In all other cases use [`s`]s!.