diff --git a/src/components/Markdown.res b/src/components/Markdown.res index 5cc9f3727..6df236a47 100644 --- a/src/components/Markdown.res +++ b/src/components/Markdown.res @@ -136,7 +136,7 @@ module H2 = { @react.component let make = (~id, ~children) => <> // Here we know that children is always a string (## headline) -