From 00447a6f3e3cb606d0fbe0c28c4a82cd87d0710a Mon Sep 17 00:00:00 2001 From: Jakub Jankiewicz Date: Thu, 11 Apr 2024 01:44:24 +0200 Subject: [PATCH] (docs) add description of code snippet that is not indexed by algolia --- docs/docs/lips/sxml.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/docs/lips/sxml.md b/docs/docs/lips/sxml.md index 479541fd..b32f62ad 100644 --- a/docs/docs/lips/sxml.md +++ b/docs/docs/lips/sxml.md @@ -23,6 +23,8 @@ function MessageButton({ message }) { } ``` +The code defines a simple component that use a button and onClick handler. + You can write the same code in LIPS as: ```scheme