Skip to content

[pull] master from ruby:master#117

Merged
pull[bot] merged 2 commits intosysfce2:masterfrom
ruby:master
Jan 4, 2026
Merged

[pull] master from ruby:master#117
pull[bot] merged 2 commits intosysfce2:masterfrom
ruby:master

Conversation

@pull
Copy link
Copy Markdown

@pull pull Bot commented Jan 4, 2026

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

st0012 added 2 commits January 4, 2026 22:12
…1541)

The Markdown parser correctly parsed `~~text~~` syntax but the
`AttributeManager` did not recognize the resulting formats for HTML
conversion:

- Single words: `~~word~~` -> `~word~` (not registered as word pair)
- Multi-word: `~~words here~~` -> `<s>words here</s>` (tag not
registered)

Add support for strikethrough formatting:

- Register `~` as word pair for `:STRIKE` attribute
- Register `<s>`, `<del>`, and `<strike>` HTML tags for `:STRIKE`
- Add `:STRIKE` -> `<del>` tag mapping in `ToHtml`

All strikethrough input formats now render as `<del>text</del>` in HTML.
1. README now has a better section about supported markup formats
2. RDoc markup related reference are now consolidated under
`doc/markup_reference/rdoc.rdoc`
3. Markdown markup now has a more comprehensive reference in
`doc/markup_reference/markdown.md`

(#1536, #1538, #1540, and #1541 were all discovered when I was preparing
for this PR 😄)
@pull pull Bot locked and limited conversation to collaborators Jan 4, 2026
@pull pull Bot added the ⤵️ pull label Jan 4, 2026
@pull pull Bot merged commit b3cbd47 into sysfce2:master Jan 4, 2026
4 of 5 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant