From 8679d7cb710221a87766c5755c7c047334a98503 Mon Sep 17 00:00:00 2001 From: elkowar <5300871+elkowar@users.noreply.github.com> Date: Tue, 17 Aug 2021 11:27:55 +0200 Subject: [PATCH] Add comment to explain where to use literal --- docs/src/configuration.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/src/configuration.md b/docs/src/configuration.md index 98bb6f4..b1f6162 100644 --- a/docs/src/configuration.md +++ b/docs/src/configuration.md @@ -203,6 +203,8 @@ For this, you can make use of one of ewws most powerful features: the `literal` ```lisp (defvar variable_containing_yuck "(box (button 'foo') (button 'bar'))") + +; then, inside your widget, use: (literal :content variable_containing_yuck) ```