-
-
Notifications
You must be signed in to change notification settings - Fork 210
Add strikethrough support #257
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Add strikethrough support #257
Conversation
Add a new optional converter `StrikethroughConverter`, mention it in the readme and add tests for it
> [!CAUTION] | ||
> [!CAUTION] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry about this change, but PHPStork wouldn't let me revert this 😅
@BentiGorlich Thank you, but @melroy89 Do you have any thoughts on when this will be merged? |
Well it might be deprecated, but that doesn't mean that it isn't used anymore. The issue we received about the parsing problem contained the |
although I approved it. I don't have merge rights on this repo. Better ask @colinodell |
please merge this @colinodell |
Incorrect implementation. EmphasisConverter exists for this purpose. Your code loses flexible configuration settings. |
How would I solve this? And what settings are lost? |
Add a
StrikethroughConverter
which converts<strike>Some Text</strike>
->~~Some Text~~
<del>Some Text</del>
->~~Some Text~~