Merge ece87e3e1d8bf299991651eb4457815d8d4e5a25 into 2ea148c30a07f91ffa37c0aa36af1cf2670441af

This commit is contained in:
Rohit 2023-10-15 12:02:29 +00:00 committed by GitHub
commit 60a51599d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,7 +56,7 @@ public class StrikeHandler extends TagHandler {
@NonNull @NonNull
@Override @Override
public Collection<String> supportedTags() { public Collection<String> supportedTags() {
return Arrays.asList("s", "del"); return Arrays.asList("s", "del", "strike");
} }
@Nullable @Nullable