mirror of
https://github.com/rwinkhart/glamour-temp-MUTN.git
synced 2026-09-05 16:37:19 -04:00
Add tests and documentation for strikethrough element
This commit is contained in:
@@ -510,6 +510,32 @@ Output:
|
||||
|
||||
---
|
||||
|
||||
### strikethrough
|
||||
|
||||
The `strikethrough` element represents strikethrough text.
|
||||
|
||||
#### Example
|
||||
|
||||
Markdown:
|
||||
|
||||
```markdown
|
||||
~~Scratch this~~.
|
||||
```
|
||||
|
||||
Style:
|
||||
|
||||
```json
|
||||
"strikethrough": {
|
||||
"crossed_out": true
|
||||
}
|
||||
```
|
||||
|
||||
Output:
|
||||
|
||||

|
||||
|
||||
---
|
||||
|
||||
### hr
|
||||
|
||||
The `hr` element represents a horizontal rule.
|
||||
|
||||
Reference in New Issue
Block a user