Skip to content

Commit

Permalink
never links +
Browse files Browse the repository at this point in the history
  • Loading branch information
lue-bird committed May 4, 2024
1 parent 34f820c commit e05feb7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/Articles.elm
Original file line number Diff line number Diff line change
Expand Up @@ -1213,7 +1213,12 @@ theElmIcebergArticle =
, " under Synthesis" |> Text
]
|> Paragraph
, """there is a type for a value that's impossible to ever construct and it's very useful → Never, never""" |> textOnlyParagraph
, [ "there is a type for a value that's impossible to ever construct and it's very useful → " |> Text
, Link { description = "Never", url = "https://dark.elm.dmy.fr/packages/elm/core/latest/Basics#Never" }
, ", " |> Text
, Link { description = "never", url = "https://dark.elm.dmy.fr/packages/elm/core/latest/Basics#never" }
]
|> Paragraph
]
, "Mantle" |> textOnlyParagraph
, UnorderedList
Expand Down

0 comments on commit e05feb7

Please sign in to comment.