From 2cf3c6292a678012ac62e0c12081f67d7cad78c9 Mon Sep 17 00:00:00 2001 From: "Douglas M." Date: Thu, 27 Jun 2024 21:50:20 +0200 Subject: [PATCH] docs(box): add backticks to HTML code --- src/pink.gleam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pink.gleam b/src/pink.gleam index 122956b..1faaae5 100644 --- a/src/pink.gleam +++ b/src/pink.gleam @@ -144,7 +144,7 @@ pub fn fragment( } /// `box` is an essential Ink component to build your layout. -/// It's like
in the browser. +/// It's like `
` in the browser. /// /// ## Examples /// ```gleam