From 38ca02972b0d5836dab997f8d715c45735f5cf8f Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Mon, 15 Sep 2025 20:23:32 -0700 Subject: [PATCH] Remove strike attribute The strike attribute is deprecated and removed from standards (https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/strike). This replaces it with the built-in markdown strikethrough. --- src/influences.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/influences.md b/src/influences.md index 3aa812abe8..d056c792de 100644 --- a/src/influences.md +++ b/src/influences.md @@ -11,12 +11,12 @@ that have since been removed): * ML Kit, Cyclone: region based memory management * Haskell (GHC): typeclasses, type families * Newsqueak, Alef, Limbo: channels, concurrency -* Erlang: message passing, thread failure, linked thread failure, - lightweight concurrency +* Erlang: message passing, thread failure, ~~linked thread failure~~, + ~~lightweight concurrency~~ * Swift: optional bindings * Scheme: hygienic macros * C#: attributes -* Ruby: closure syntax, block syntax -* NIL, Hermes: typestate +* Ruby: closure syntax, ~~block syntax~~ +* NIL, Hermes: ~~typestate~~ * [Unicode Annex #31](http://www.unicode.org/reports/tr31/): identifier and pattern syntax